[Lunar-commits] <moonbase> gmp: add flag to needed for compile ppl

Duncan Gibson engelsman at lunar-linux.org
Tue Nov 10 20:29:42 CET 2009


commit 9e017d6871f9cf398c8dfc85a44d24cedf964de2
Author: Denis <0lvin at ukr.net>
Date:   Tue Nov 10 20:29:42 2009 +0100

    gmp: add flag to needed for compile ppl
    
    Note: downloads, compiles, installs OK but untested,
          rebuilt gcc compiled new kernel without problem - engelsman
---
 libs/gmp/BUILD |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libs/gmp/BUILD b/libs/gmp/BUILD
index ec26753..453edaa 100644
--- a/libs/gmp/BUILD
+++ b/libs/gmp/BUILD
@@ -1,6 +1,6 @@
 (
 
-  OPTS="--enable-mpfr" &&
+  OPTS="--enable-mpfr --enable-cxx" &&
   default_config &&
   make &&
   prepare_install &&


More information about the Lunar-commits mailing list