]> git.pld-linux.org Git - packages/wget.git/commitdiff
sorted
authorElan Ruusamäe <glen@delfi.ee>
Thu, 25 Feb 2016 09:22:25 +0000 (11:22 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 25 Feb 2016 09:22:25 +0000 (11:22 +0200)
wget.spec

index fb03878c052c239547238973b31e2cc43a88f1f5..f040ccb6ece47863f7c38abc19d88f975d23e651 100644 (file)
--- a/wget.spec
+++ b/wget.spec
@@ -153,16 +153,16 @@ chmod +x build-aux/bzr-version-gen
 %{__autoconf}
 %{__automake}
 %configure \
-       --with-ssl%{!?with_gnutls:=openssl} \
-       --with-libpsl \
-       --enable-largefile \
-       --enable-opie \
        --enable-digest \
-       --enable-ntlm \
-       --enable-nls \
        --enable-ipv6 \
        --enable-iri \
+       --enable-largefile \
+       --enable-nls \
+       --enable-ntlm \
+       --enable-opie \
        --enable-pcre \
+       --with-libpsl \
+       --with-ssl%{!?with_gnutls:=openssl} \
        --with-zlib \
        %{nil}
 %{__make}
This page took 0.074709 seconds and 4 git commands to generate.