X-Git-Url: http://gitweb/?a=blobdiff_plain;f=wget%2FPkgfile;h=7d38b45c99e64d330a2346721a4a4a454470491e;hb=080c6cf1207ef7ce7ff026387f309ce6474005f4;hp=5a0b5a284501f57d6278139fcc706f24b928c1d6;hpb=9cb54394d10f86ba63ebea4c775882d21149efb5;p=crossrootfs.git diff --git a/wget/Pkgfile b/wget/Pkgfile index 5a0b5a2..7d38b45 100644 --- a/wget/Pkgfile +++ b/wget/Pkgfile @@ -5,9 +5,9 @@ # Depends on: openssl name=wget -version=1.14 +version=1.19.4 release=1 -source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.xz \ +source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz wgetrc) build() { @@ -17,15 +17,15 @@ build() { --host=$CTARGET \ --prefix=/usr \ --sysconfdir=/etc \ - --mandir=/usr/man \ --disable-debug \ --disable-nls \ --with-ssl=openssl \ + --disable-rpath \ --with-libssl-prefix=$CLFS/usr make make DESTDIR=$PKG install install -D -m 0644 $SRC/wgetrc $PKG/etc/wgetrc - rm -r $PKG/usr/share + rm -r $PKG/usr/share/info }