Fix for pthreads and cross_compile

This commit is contained in:
Shoghi Cervantes 2013-05-28 08:06:44 +02:00
parent c9d0cf3698
commit 6b61bc11d0

View File

@ -150,6 +150,7 @@ rm -rf ./aclocal.m4 >> "$DIR/install.log" 2>&1
rm -rf ./autom4te.cache/ >> "$DIR/install.log" 2>&1
rm -f ./configure >> "$DIR/install.log" 2>&1
./buildconf --force >> "$DIR/install.log" 2>&1
sed 's/pthreads_working=no/#pthreads_working=no/' ./configure # Force pthreads
./configure $OPTIMIZATION--prefix="$DIR/php5" \
--exec-prefix="$DIR/php5" \
--with-curl="$DIR/install_data/php/ext/curl" \