6 Feb
2017
6 Feb
'17
19:06
http://bugzilla.opensuse.org/show_bug.cgi?id=1023847 http://bugzilla.opensuse.org/show_bug.cgi?id=1023847#c2 --- Comment #2 from Aurelien Aptel <aaptel@suse.com> --- You can also enforce the ncurses config tool with a env var. I've added this at the top of the %build step of samba.spec: if command -v ncurses6-config &> /dev/null; then export NCURSES_CONFIG="$(command -v ncurses6-config)" fi https://build.opensuse.org/package/show/home:aaptel:samba-ncurses6/samba If this works fine I'll commit it to the svn. -- You are receiving this mail because: You are on the CC list for the bug.