[packages/wget] - specify configure options to ensure consistent build
glen
glen at pld-linux.org
Thu Feb 25 09:34:54 CET 2016
commit e61b32fb611a580cfe22b11965453ce950ae8e86
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Thu Feb 25 10:34:46 2016 +0200
- specify configure options to ensure consistent build
wget.spec | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
---
diff --git a/wget.spec b/wget.spec
index e8b2570..3210ba6 100644
--- a/wget.spec
+++ b/wget.spec
@@ -153,7 +153,15 @@ chmod +x build-aux/bzr-version-gen
%{__autoconf}
%{__automake}
%configure \
- --with-ssl%{!?with_gnutls:=openssl}
+ --with-ssl%{!?with_gnutls:=openssl} \
+ --with-libpsl \
+ --enable-largefile \
+ --enable-opie \
+ --enable-digest \
+ --enable-ntlm \
+ --enable-nls \
+ --enable-ipv6 \
+ %{nil}
%{__make}
tail -n 6 util/README >rmold.README
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/wget.git/commitdiff/e61b32fb611a580cfe22b11965453ce950ae8e86
More information about the pld-cvs-commit
mailing list