Disabled assembly on GMP

This commit is contained in:
Shoghi Cervantes 2014-06-30 16:03:40 +02:00
parent 692a4fb57b
commit 308430c28d

View File

@ -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 \