wok-next rev 13717
gmp: enable C++ support (provide libgmpxx)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Dec 20 16:06:17 2012 +0000 (2012-12-20) |
parents | 40e13bd12dd5 |
children | defeb8879c39 |
files | gmp/receipt |
line diff
1.1 --- a/gmp/receipt Thu Dec 20 10:18:00 2012 +0200 1.2 +++ b/gmp/receipt Thu Dec 20 16:06:17 2012 +0000 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