Added realloc patch for ARM to compile script

This commit is contained in:
Shoghi Cervantes 2014-06-29 17:30:01 +02:00
parent 311961f3aa
commit b80bae3352

View File

@ -440,6 +440,7 @@ RANLIB=$RANLIB ./configure --prefix="$DIR/bin/php5" \
$EXTRA_FLAGS \
$CONFIGURE_FLAGS >> "$DIR/install.log" 2>&1
sed -i=".backup" 's,/* #undef malloc */,#undef malloc,' config.h
sed -i=".backup" 's,/* #undef realloc */,#undef realloc,' config.h
echo -n " compiling..."
make -j $THREADS >> "$DIR/install.log" 2>&1
echo -n " installing..."