wok rev 5401

busybox: temporary gcc 4.5.0 fix
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun May 02 18:57:24 2010 +0200 (2010-05-02)
parents 5babb56c82c9
children e6dde8781608 a3475fc79078
files busybox/receipt
line diff
     1.1 --- a/busybox/receipt	Sun May 02 18:16:50 2010 +0200
     1.2 +++ b/busybox/receipt	Sun May 02 18:57:24 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 && make install
     1.8 +    make "CFLAGS=-O0" && make install
     1.9      echo "Chmod 4755 on busybox binary..."
    1.10      chmod 4755 _install/bin/busybox
    1.11  }