# HG changeset patch # User Aleksej Bobylev # Date 1356019577 0 # Node ID ba9a10a1fef40f889784d5633f53121447e44abb # Parent 40e13bd12dd5485630fdf7373055322976da0eb0 gmp: enable C++ support (provide libgmpxx) diff -r 40e13bd12dd5 -r ba9a10a1fef4 gmp/receipt --- a/gmp/receipt Thu Dec 20 10:18:00 2012 +0200 +++ b/gmp/receipt Thu Dec 20 16:06:17 2012 +0000 @@ -10,7 +10,7 @@ WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" DEPENDS="glibc-base" -BUILD_DEPENDS="binutils" +BUILD_DEPENDS="binutils m4" # Rules to configure and make the package. compile_rules() @@ -22,7 +22,7 @@ # gmp try to cook for 64bits system if kernel can support when using # tmp toolchain. Not only and this export does nothing !!! export ABI=32 - ./configure $CONFIGURE_ARGS && + ./configure $CONFIGURE_ARGS --enable-cxx && make && # -j > 1 make install fails. make -j 1 install