From 6b61bc11d0055b76ce32dce701107234dabb7a76 Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Date: Tue, 28 May 2013 08:06:44 +0200 Subject: [PATCH] Fix for pthreads and cross_compile --- src/build/compile.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/build/compile.sh b/src/build/compile.sh index a8a85b96ba..7303d8d74b 100755 --- a/src/build/compile.sh +++ b/src/build/compile.sh @@ -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" \