mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-19 12:15:32 +00:00
Fixed mcrypt and malloc
This commit is contained in:
parent
58df00fa86
commit
1aa45500c0
@ -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..."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user