Author: nextgens
Date: 2006-07-12 18:40:05 +0000 (Wed, 12 Jul 2006)
New Revision: 9583
Modified:
trunk/contrib/NativeBigInteger/build.sh
Log:
fix the ppc building script
Modified: trunk/contrib/NativeBigInteger/build.sh
===================================================================
--- trunk/contrib/NativeBigInteger/build.sh 2006-07-12 17:56:24 UTC (rev
9582)
+++ trunk/contrib/NativeBigInteger/build.sh 2006-07-12 18:40:05 UTC (rev
9583)
@@ -112,7 +112,7 @@
# Only build static library since it would be rare for OSX user to have gmp
installed.
mkdir -p bin/none
cd bin/none
-../../gmp-4.1.3/configure --with-pic
+../../gmp-${GMP_VERSION}/configure --with-pic
make
sh ../../build_jbigi.sh static
cp libjbigi.jnilib ../../lib/net/i2p/util/libjbigi-osx-none.jnilib