wok diff busybox/receipt @ 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 | 1959b2e6b8a0 |
children | b26d43c2908c |
line diff
1.1 --- a/busybox/receipt Tue Apr 20 18:23:21 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 }