Mailinglist Archive: opensuse-bugs (9016 mails)

< Previous Next >
[Bug 418613] package installation with black boxed artifacts (ncurses)
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Wed, 3 Sep 2008 06:26:28 -0600 (MDT)
  • Message-id: <20080903122628.B9686245393@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=418613

User gs@xxxxxxxxxx added comment
https://bugzilla.novell.com/show_bug.cgi?id=418613#c8


Gabriele Mohr <gs@xxxxxxxxxx> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC|
|sh@xxxxxxxxxx




--- Comment #8 from Gabriele Mohr <gs@xxxxxxxxxx> 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.

< Previous Next >