https://bugzilla.novell.com/show_bug.cgi?id=418613 User gs@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=418613#c8 Gabriele Mohr <gs@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sh@novell.com --- Comment #8 from Gabriele Mohr <gs@novell.com> 2008-09-03 06:26:28 MDT --- With this diff from Werner the config scripts are used for building yast2-ncurses: Index: yast2-ncurses.spec.in =================================================================== 26a27,28
export NCURSES_CONFIG=/usr/bin/ncursesw5-config
Index: src/Makefile.am =================================================================== 14c14 < -lncursesw -lpanelw -lyui ---
$(LIBS) -lpanelw -lyui Index: configure.in.in =================================================================== 10a11,19 AC_PATH_PROGS(NCURSES_CONFIG,ncursew6-config ncursestw6-config ncursesw5-config,none)
if test "$NCURSES_CONFIG" != none ; then
CPPFLAGS="`$NCURSES_CONFIG --cflags` $CPPFLAGS" LIBS="`$NCURSES_CONFIG --libs` $LIBS"
fi
13,14c22 < AC_CHECK_HEADER([ncursesw/curses.h], < [CPPFLAGS="$CPPFLAGS -I/usr/include/ncursesw"]) ---
AC_CHECK_HEADER([curses.h])
-- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.