wok diff busybox/receipt @ rev 15392

busybox: remove musl patch
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 02 10:57:20 2013 +0000 (2013-11-02)
parents 9968fba578c3
children e30c03f14110
line diff
     1.1 --- a/busybox/receipt	Tue Jul 23 11:42:49 2013 +0000
     1.2 +++ b/busybox/receipt	Sat Nov 02 10:57:20 2013 +0000
     1.3 @@ -42,7 +42,6 @@
     1.4  cmdline.u
     1.5  diff.u
     1.6  nfs-segfault.u
     1.7 -musl.u
     1.8  diet.u
     1.9  EOT
    1.10      cp $stuff/$PACKAGE-${VERSION%.*}.config .config
    1.11 @@ -84,7 +83,7 @@
    1.12  		    if [ -x /usr/bin/musl-gcc ]; then
    1.13  			# prepare busybox-musl package
    1.14  			cp $stuff/$PACKAGE-${VERSION%.*}.config-static .config
    1.15 -			sed -i 's|uclibc-i486-||;s|CFLAGS="|&-D__musl__ |' .config
    1.16 +			sed -i 's|uclibc-i486-||' .config
    1.17  			make oldconfig && make CC=musl-gcc || return 1
    1.18  			mv busybox busybox-musl
    1.19  		    fi