wok-next rev 4257
libmad: fix build with gcc-4.x
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Sep 25 11:36:49 2009 +0200 (2009-09-25) |
parents | 70c4b5e20249 |
children | 6c7f52500ea8 |
files | libmad/receipt |
line diff
1.1 --- a/libmad/receipt Fri Sep 25 10:35:11 2009 +0200 1.2 +++ b/libmad/receipt Fri Sep 25 11:36:49 2009 +0200 1.3 @@ -13,6 +13,7 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 + sed -i '/-fforce-mem/d' ./configure 1.8 ./configure --prefix=/usr $CONFIGURE_ARGS 1.9 make 1.10 make DESTDIR=$PWD/_pkg install