wok rev 14227

linux: update wget_url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 21 21:44:13 2013 +0100 (2013-03-21)
parents e9a4503b4331
children d47cbd175f6c
files linux/receipt tcc/receipt
line diff
     1.1 --- a/linux/receipt	Thu Mar 21 19:21:00 2013 +0000
     1.2 +++ b/linux/receipt	Thu Mar 21 21:44:13 2013 +0100
     1.3 @@ -8,7 +8,7 @@
     1.4  MAINTAINER="devel@slitaz.org"
     1.5  TARBALL="$PACKAGE-$KBASEVER.tar.xz"
     1.6  WEB_SITE="http://www.kernel.org/"
     1.7 -WGET_URL="http://www.kernel.org/pub/linux/kernel/v3.0/$TARBALL"
     1.8 +WGET_URL="https://www.kernel.org/pub/linux/kernel/v3.0/$TARBALL"
     1.9  HOST_ARCH="i486 arm x86_64"
    1.10  
    1.11  DEPENDS="kmod"
     2.1 --- a/tcc/receipt	Thu Mar 21 19:21:00 2013 +0000
     2.2 +++ b/tcc/receipt	Thu Mar 21 21:44:13 2013 +0100
     2.3 @@ -28,7 +28,7 @@
     2.4  		touch done.Makefile.u
     2.5  	fi
     2.6  	sed -i 's/cp -u/cp/' tests/Makefile
     2.7 -	sed -i 's, tcctest.gcc .*, tcctest.gcc $< -I. -w $(shell echo $(CFLAGS) | sed "/-O2//"),' \
     2.8 +	sed -i 's, tcctest.gcc .*, tcctest.gcc $< -I. -w $(shell echo $(CFLAGS) | sed "s/-O2//"),' \
     2.9  		tests/Makefile
    2.10  	./configure \
    2.11  		--prefix=/usr \