From 67baaf530882bced9b9d8dacae9d03f4323cb0c8 Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Date: Sun, 29 Jun 2014 17:04:22 +0200 Subject: [PATCH] Fixed GMP ABI --- src/build/compile.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/build/compile.sh b/src/build/compile.sh index 3311386fd..476534f86 100755 --- a/src/build/compile.sh +++ b/src/build/compile.sh @@ -451,8 +451,7 @@ export ac_cv_func_malloc_0_nonnull=yes RANLIB=$RANLIB ./configure --prefix="$DIR/bin/php5" \ --disable-posix-threads \ $EXTRA_FLAGS \ -$CONFIGURE_FLAGS \ -$GMP_ABI >> "$DIR/install.log" 2>&1 +$CONFIGURE_FLAGS ABI="$GMP_ABI" >> "$DIR/install.log" 2>&1 echo -n " compiling..." make -j $THREADS >> "$DIR/install.log" 2>&1 echo -n " installing..."