From 308430c28da2a0da7462fc1776fb34e40141471a Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Date: Mon, 30 Jun 2014 16:03:40 +0200 Subject: [PATCH] Disabled assembly on GMP --- src/build/compile.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/build/compile.sh b/src/build/compile.sh index 24321e982..7e67d574b 100755 --- a/src/build/compile.sh +++ b/src/build/compile.sh @@ -454,6 +454,7 @@ mv gmp-$GMP_VERSION_DIR gmp echo -n " checking..." cd gmp RANLIB=$RANLIB ./configure --prefix="$DIR/bin/php5" \ +--disable-assembly \ --disable-posix-threads \ --enable-static \ --disable-shared \