From 1aa45500c07d11f3013589e535c9fad1b0d26635 Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Date: Sun, 29 Jun 2014 17:17:34 +0200 Subject: [PATCH] Fixed mcrypt and malloc --- src/build/compile.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/build/compile.sh b/src/build/compile.sh index 56ba1e2d2..4d2c87027 100755 --- a/src/build/compile.sh +++ b/src/build/compile.sh @@ -436,6 +436,7 @@ RANLIB=$RANLIB ./configure --prefix="$DIR/bin/php5" \ --disable-posix-threads \ $EXTRA_FLAGS \ $CONFIGURE_FLAGS >> "$DIR/install.log" 2>&1 +sed -i=".backup" 's,/* #undef malloc */,#undef malloc,' config.h echo -n " compiling..." make -j $THREADS >> "$DIR/install.log" 2>&1 echo -n " installing..."