From: Michael Tremer Date: Thu, 30 Oct 2014 16:58:03 +0000 (+0100) Subject: wget: Update to 1.16 X-Git-Url: http://git.ipfire.org/?p=people%2Fms%2Fipfire-3.x.git;a=commitdiff_plain;h=f6a7c97cc48554f4dcda806f10ba77f8af30fe7a wget: Update to 1.16 Fixes #10662 --- diff --git a/wget/wget.nm b/wget/wget.nm index 7803a2cb9..dfdf4cd2e 100644 --- a/wget/wget.nm +++ b/wget/wget.nm @@ -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