]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commitdiff
wget: Update to 1.16
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 30 Oct 2014 16:58:03 +0000 (17:58 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 30 Oct 2014 16:58:03 +0000 (17:58 +0100)
Fixes #10662

wget/wget.nm

index 7803a2cb984af6756691d6297613dbd547263d29..dfdf4cd2e9f96380aefc18cf477bb093a8afbed5 100644 (file)
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = wget
-version    = 1.12
+version    = 1.16
 release    = 1
 
 groups     = Applications/Internet
@@ -20,24 +20,30 @@ description
        support, etc.
 end
 
-PKG_BUILD_DEPS+= libidn-devel openssl-devel
-
 source_dl  = http://ftp.gnu.org/gnu/wget/
-sources    = %{thisapp}.tar.lzma
+sources    = %{thisapp}.tar.xz
 
 build
        requires
                libidn-devel
+               libuuid-devel
                openssl-devel
        end
 
-       configure_options+= \
-               --sysconfdir=/etc
+       export CPPFLAGS = %(pkg-config --cflags openssl)
+       export LDFLAGS = %(pkg-config --libs openssl)
+
+       configure_options += \
+               --with-ssl=openssl \
+               --enable-largefile \
+               --enable-opie \
+               --enable-digest \
+               --enable-ntlm \
+               --enable-ipv6
 end
 
 packages
        package %{name}
-       end
 
        package %{name}-debuginfo
                template DEBUGINFO