OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 12-Oct-2006 13:40:41
Branch: HEAD Handle: 2006101212404100
Modified files:
openpkg-src/eli eli.spec
Log:
try to fix building against ncurses
Summary:
Revision Changes Path
1.4 +3 -1 openpkg-src/eli/eli.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/eli/eli.spec
============================================================================
$ cvs diff -u -r1.3 -r1.4 eli.spec
--- openpkg-src/eli/eli.spec 23 Sep 2006 10:52:04 -0000 1.3
+++ openpkg-src/eli/eli.spec 12 Oct 2006 11:40:41 -0000 1.4
@@ -33,7 +33,7 @@
Group: CompilerCompiler
License: GPL/LGPL
Version: 4.4.3
-Release: 20060923
+Release: 20061012
# list of sources
Source0:
http://switch.dl.sourceforge.net/eli-project/eli-%{version}.tar.gz
@@ -70,6 +70,8 @@
%build
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
+ CPPFLAGS="%{l_cppflags ncurses .}" \
+ LDFLAGS="%{l_ldflags}" \
./configure \
--prefix=%{l_prefix} \
--with-curses=%{l_prefix}
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]