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: 25-Jul-2005 17:29:31
Branch: HEAD Handle: 2005072516293100
Modified files:
openpkg-src/wget wget.spec
Log:
pass more flags in the hope this blind change fixes AIX build problems
Summary:
Revision Changes Path
1.42 +3 -1 openpkg-src/wget/wget.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/wget/wget.spec
============================================================================
$ cvs diff -u -r1.41 -r1.42 wget.spec
--- openpkg-src/wget/wget.spec 10 Jun 2005 07:43:59 -0000 1.41
+++ openpkg-src/wget/wget.spec 25 Jul 2005 15:29:31 -0000 1.42
@@ -33,7 +33,7 @@
Group: Web
License: GPL
Version: 1.10
-Release: 20050610
+Release: 20050725
# list of sources
Source0: ftp://ftp.gnu.org/gnu/wget/wget-%{version}.tar.gz
@@ -72,6 +72,8 @@
%build
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
+ CPPFLAGS="%{l_cppflags}" \
+ LDFLAGS="%{l_ldflags}" \
MAKEINFO="%{l_prefix}/bin/makeinfo" \
./configure \
--prefix=%{l_prefix} \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]