[Lunar-commits] <moonbase> gmp: disabled static libs
Duncan Gibson
engelsman at lunar-linux.org
Wed Mar 23 21:28:02 CET 2011
commit b4e645af41fc82359e32b38df0333cf32628cb9b
Author: Christian Krause <kizkizzbangbang at googlemail.com>
Date: Wed Mar 23 21:28:02 2011 +0100
gmp: disabled static libs
---
libs/gmp/BUILD | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libs/gmp/BUILD b/libs/gmp/BUILD
index aecd027..47f839e 100644
--- a/libs/gmp/BUILD
+++ b/libs/gmp/BUILD
@@ -1,6 +1,6 @@
(
- OPTS="--enable-cxx" &&
+ OPTS="--enable-cxx --disable-static" &&
default_config &&
make &&
make check &&
More information about the Lunar-commits
mailing list