summaryrefslogtreecommitdiff
path: root/scripts/build/companion_libs
diff options
context:
space:
mode:
authorAnthony Foiani <anthony.foiani@gmail.com>2011-05-19 21:05:32 (GMT)
committerAnthony Foiani <anthony.foiani@gmail.com>2011-05-19 21:05:32 (GMT)
commit26cd54e8fc0c9d736aea9c93e42a0f4966e9159d (patch)
tree532f592656cf5c7fc4e8487fb05762204e5b3100 /scripts/build/companion_libs
parent258c03b1743bcafde04c445dbe809a210281d098 (diff)
complibs/ppl: update GMP location configuration argument for PPL v0.11 and later
'configure' for PPL 0.11 (and later) needs "--with-gmp-prefix" to provide the location of the GMP toolkit; the previous switches were "--with-libgmp-prefix" and "--with-libgmpxx-prefix". The upstream log message is: commit 08dfb6fea094f8c5a533575a3ea2095edce99a6d Author: Roberto Bagnara <bagnara@cs.unipr.it> Date: Sun Jul 12 21:39:46 2009 +0200 New configure option --with-gmp-prefix supersedes the (now removed) options --with-libgmp-prefix and --with-libgmpxx-prefix. Link: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=08dfb6fea094f8c5a533575a3ea2095edce99a6d Since PPL's 'configure' ignores unknown switches, we use all three so we don't have to conditionalize the ppl.sh build script itself. Signed-Off-By: Anthony Foiani <anthony.foiani@gmail.com>
Diffstat (limited to 'scripts/build/companion_libs')
-rw-r--r--scripts/build/companion_libs/ppl.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/build/companion_libs/ppl.sh b/scripts/build/companion_libs/ppl.sh
index 238c6c4..77ad64c 100644
--- a/scripts/build/companion_libs/ppl.sh
+++ b/scripts/build/companion_libs/ppl.sh
@@ -41,6 +41,7 @@ do_ppl() {
--prefix="${CT_COMPLIBS_DIR}" \
--with-libgmp-prefix="${CT_COMPLIBS_DIR}" \
--with-libgmpxx-prefix="${CT_COMPLIBS_DIR}" \
+ --with-gmp-prefix="${CT_COMPLIBS_DIR}" \
--enable-cxx \
--enable-watchdog \
--disable-debugging \