# HG changeset patch # User Pascal Bellard # Date 1363898653 -3600 # Node ID f51d35fb6a4a1830f2694beac4d5597a8178d113 # Parent e9a4503b43313b7e0162b62bcea8a8815986ba50 linux: update wget_url diff -r e9a4503b4331 -r f51d35fb6a4a linux/receipt --- a/linux/receipt Thu Mar 21 19:21:00 2013 +0000 +++ b/linux/receipt Thu Mar 21 21:44:13 2013 +0100 @@ -8,7 +8,7 @@ MAINTAINER="devel@slitaz.org" TARBALL="$PACKAGE-$KBASEVER.tar.xz" WEB_SITE="http://www.kernel.org/" -WGET_URL="http://www.kernel.org/pub/linux/kernel/v3.0/$TARBALL" +WGET_URL="https://www.kernel.org/pub/linux/kernel/v3.0/$TARBALL" HOST_ARCH="i486 arm x86_64" DEPENDS="kmod" diff -r e9a4503b4331 -r f51d35fb6a4a tcc/receipt --- a/tcc/receipt Thu Mar 21 19:21:00 2013 +0000 +++ b/tcc/receipt Thu Mar 21 21:44:13 2013 +0100 @@ -28,7 +28,7 @@ touch done.Makefile.u fi sed -i 's/cp -u/cp/' tests/Makefile - sed -i 's, tcctest.gcc .*, tcctest.gcc $< -I. -w $(shell echo $(CFLAGS) | sed "/-O2//"),' \ + sed -i 's, tcctest.gcc .*, tcctest.gcc $< -I. -w $(shell echo $(CFLAGS) | sed "s/-O2//"),' \ tests/Makefile ./configure \ --prefix=/usr \