wok diff cvs/receipt @ rev 19654

busybox: add buf 9471 fix (for wget)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jan 25 09:31:52 2017 +0100 (2017-01-25)
parents eb8067417980
children 6e8b1bcb30e2
line diff
     1.1 --- a/cvs/receipt	Sat Nov 30 10:06:29 2013 +0000
     1.2 +++ b/cvs/receipt	Wed Jan 25 09:31:52 2017 +0100
     1.3 @@ -8,7 +8,7 @@
     1.4  LICENSE="GPL"
     1.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.6  WEB_SITE="http://ximbiot.com/cvs/"
     1.7 -WGET_URL=""http://ftp.gnu.org/non-gnu/cvs/source/stable/$VERSION/$TARBALL
     1.8 +WGET_URL="http://ftp.gnu.org/non-gnu/cvs/source/stable/$VERSION/$TARBALL"
     1.9  TAGS="version-control versioning"
    1.10  
    1.11  DEPENDS="libcomerr libcomerr3 libcrypto libkrb5"
    1.12 @@ -16,7 +16,6 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	cd $src
    1.17  	./configure -C --prefix=/usr \
    1.18  		--with-ssh \
    1.19  		--mandir=/usr/share/man $CONFIGURE_ARGS &&