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: 20-Jul-2007 08:46:01
Branch: HEAD Handle: 2007072007460000
Modified files:
openpkg-src/gettext gettext.spec
Log:
pass in the flags so libiconv can be found
Summary:
Revision Changes Path
1.69 +2 -0 openpkg-src/gettext/gettext.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/gettext/gettext.spec
============================================================================
$ cvs diff -u -r1.68 -r1.69 gettext.spec
--- openpkg-src/gettext/gettext.spec 20 Jul 2007 06:44:22 -0000 1.68
+++ openpkg-src/gettext/gettext.spec 20 Jul 2007 06:46:00 -0000 1.69
@@ -92,6 +92,8 @@
%build
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
+ CPPFLAGS="%{l_cppflags}" \
+ LDFLAGS="%{l_ldflags}" \
GREP="grep" \
./configure \
--prefix=%{l_prefix} \
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]