]> git.pld-linux.org Git - packages/wget.git/commitdiff
- specify configure options to ensure consistent build
authorElan Ruusamäe <glen@delfi.ee>
Thu, 25 Feb 2016 08:34:46 +0000 (10:34 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 25 Feb 2016 08:34:46 +0000 (10:34 +0200)
wget.spec

index e8b2570da8350754b29a44ae4ce536217abbb32d..3210ba64a220b307d709654e4fac3e95c21535a3 100644 (file)
--- 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
 
This page took 0.074251 seconds and 4 git commands to generate.