wok rev 5418

busybox: temporary gcc 4.5.0 fix (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue May 04 09:18:25 2010 +0200 (2010-05-04)
parents 9e5394659b25
children 3fa1d9832662
files busybox/receipt
line diff
     1.1 --- a/busybox/receipt	Tue May 04 09:08:32 2010 +0200
     1.2 +++ b/busybox/receipt	Tue May 04 09:18:25 2010 +0200
     1.3 @@ -45,7 +45,7 @@
     1.4  EOT
     1.5      cp ../stuff/$PACKAGE-$VERSION.config .config
     1.6      make oldconfig
     1.7 -    make "CFLAGS=-O0" && make install
     1.8 +    make "CFLAGS=-O0" && make "CFLAGS=-O0" install
     1.9      echo "Chmod 4755 on busybox binary..."
    1.10      chmod 4755 _install/bin/busybox
    1.11  }