wok-6.x diff gmp/receipt @ rev 13899
qutim: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jan 19 15:58:06 2013 +0100 (2013-01-19) |
parents | ecf8eec52630 |
children | 2b9f96603415 |
line diff
1.1 --- a/gmp/receipt Wed Apr 11 17:36:00 2012 +0200 1.2 +++ b/gmp/receipt Sat Jan 19 15:58:06 2013 +0100 1.3 @@ -10,7 +10,7 @@ 1.4 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 1.5 1.6 DEPENDS="glibc-base" 1.7 -BUILD_DEPENDS="binutils" 1.8 +BUILD_DEPENDS="binutils m4" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules() 1.12 @@ -22,7 +22,7 @@ 1.13 # gmp try to cook for 64bits system if kernel can support when using 1.14 # tmp toolchain. Not only and this export does nothing !!! 1.15 export ABI=32 1.16 - ./configure $CONFIGURE_ARGS && 1.17 + ./configure $CONFIGURE_ARGS --enable-cxx && 1.18 make && 1.19 # -j > 1 make install fails. 1.20 make -j 1 install