From: Jose V Beneyto Date: Thu, 18 Oct 2012 22:53:43 +0000 (+0000) Subject: wget: updated to 1.14 X-Git-Url: http://gitweb/?a=commitdiff_plain;h=6917657c3ec736051303e1193489597ceefe6e0f;p=crossrootfs.git wget: updated to 1.14 --- diff --git a/wget/.md5sum b/wget/.md5sum index c1786b9..dd2b681 100644 --- a/wget/.md5sum +++ b/wget/.md5sum @@ -1,2 +1,2 @@ -308a5476fc096a8a525d07279a6f6aa3 wget-1.12.tar.bz2 +316f6f59292c9098ad81fd54f658c579 wget-1.14.tar.xz fa717c9970a09e8ee1775a93e51fb694 wgetrc diff --git a/wget/Pkgfile b/wget/Pkgfile index acfebc6..5a0b5a2 100644 --- a/wget/Pkgfile +++ b/wget/Pkgfile @@ -5,9 +5,9 @@ # Depends on: openssl name=wget -version=1.12 +version=1.14 release=1 -source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2 \ +source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.xz \ wgetrc) build() { @@ -18,9 +18,10 @@ build() { --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/man \ - --with-libssl-prefix=$CLFS/usr \ --disable-debug \ - --disable-nls + --disable-nls \ + --with-ssl=openssl \ + --with-libssl-prefix=$CLFS/usr make make DESTDIR=$PKG install