Fixed GMP ABI

This commit is contained in:
Shoghi Cervantes 2014-06-29 17:04:22 +02:00
parent f20c862123
commit 67baaf5308

View File

@ -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..."