mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-04 00:59:51 +00:00
Fixed mcrypt having older config files
This commit is contained in:
parent
67baaf5308
commit
58df00fa86
@ -428,6 +428,10 @@ mv libmcrypt-$LIBMCRYPT_VERSION libmcrypt
|
||||
echo -n " checking..."
|
||||
cd libmcrypt
|
||||
./buildconf --force >> "$DIR/install.log" 2>&1
|
||||
rm -f config.guess
|
||||
download_file "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD" > config.guess
|
||||
rm -f config.sub
|
||||
download_file "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD" > config.sub
|
||||
RANLIB=$RANLIB ./configure --prefix="$DIR/bin/php5" \
|
||||
--disable-posix-threads \
|
||||
$EXTRA_FLAGS \
|
||||
|
Loading…
x
Reference in New Issue
Block a user