]> git.pld-linux.org Git - packages/wget.git/commitdiff
- fixed build for --target != from builder,
authordjrzulf <djrzulf@pld-linux.org>
Mon, 22 Apr 2002 10:27:35 +0000 (10:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- Release 2,
- STBR,

Changed files:
    wget.spec -> 1.66

wget.spec

index c7bb8f96f3f48b2ab2dc00e5587f7df920118703..ac55781735347e7cc57d892ce13b507e4a355eee 100644 (file)
--- a/wget.spec
+++ b/wget.spec
@@ -5,7 +5,7 @@ Summary(pl):    Wsadowy klient HTTP/FTP
 Summary(pt_BR):        Cliente na linha de comando para baixar arquivos WWW/FTP com recursão opcional
 Name:          wget
 Version:       1.8.1
-Release:       1
+Release:       2
 License:       GPL
 Group:         Networking/Utilities
 Source0:       ftp://ftp.gnu.org/pub/gnu/wget/%{name}-%{version}.tar.gz
@@ -101,7 +101,8 @@ aclocal
 autoconf
 %configure \
        --with-ssl
-%{__make} CFLAGS="$CFLAGS -DHAVE_NLS -DHAVE_LOCALE_H -DINET6"
+#%{__make} CFLAGS="$CFLAGS -DHAVE_NLS -DHAVE_LOCALE_H -DINET6"
+%{__make} CFLAGS="%{rpmcflags} -DHAVE_NLS -DHAVE_LOCALE_H -DINET6"
 tail -6 util/README >rmold.README
 
 cd doc
This page took 0.035738 seconds and 4 git commands to generate.