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: 24-Oct-2006 09:28:29
Branch: HEAD Handle: 2006102408282900
Modified files:
openpkg-src/inetutils inetutils.spec
Log:
requires ncurses
Summary:
Revision Changes Path
1.16 +4 -2 openpkg-src/inetutils/inetutils.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/inetutils/inetutils.spec
============================================================================
$ cvs diff -u -r1.15 -r1.16 inetutils.spec
--- openpkg-src/inetutils/inetutils.spec 16 Oct 2006 05:52:03 -0000
1.15
+++ openpkg-src/inetutils/inetutils.spec 24 Oct 2006 07:28:29 -0000
1.16
@@ -33,7 +33,7 @@
Group: Network
License: GPL
Version: 1.4.2
-Release: 20061016
+Release: 20061024
# package options
%option with_legacy no
@@ -47,6 +47,8 @@
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20040130, make
PreReq: OpenPKG, openpkg >= 20040130
+BuildPreReq: ncurses
+PreReq: ncurses
AutoReq: no
AutoReqProv: no
@@ -70,7 +72,7 @@
%build
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
- CPPFLAGS="%{l_cppflags}" \
+ CPPFLAGS="%{l_cppflags ncurses .}" \
LDFLAGS="%{l_ldflags}" \
./configure \
--prefix=%{l_prefix} \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]