Fixed mcrypt and malloc

This commit is contained in:
Shoghi Cervantes 2014-06-29 17:17:34 +02:00
parent 58df00fa86
commit 1aa45500c0

View File

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