mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-17 11:18:52 +00:00
Added $CONFIGURE_FLAGS to YAML compilation
This commit is contained in:
parent
6ba6aa5b61
commit
a9d0716bde
@ -241,8 +241,11 @@ download_file "http://pyyaml.org/download/libyaml/yaml-$YAML_VERSION.tar.gz" | t
|
||||
mv yaml-$YAML_VERSION yaml
|
||||
echo -n " checking..."
|
||||
cd yaml
|
||||
RANLIB=$RANLIB ./configure --prefix="$DIR/install_data/php/ext/yaml" \
|
||||
--enable-static --disable-shared >> "$DIR/install.log" 2>&1
|
||||
RANLIB=$RANLIB ./configure \
|
||||
--prefix="$DIR/install_data/php/ext/yaml" \
|
||||
--enable-static \
|
||||
--disable-shared \
|
||||
$CONFIGURE_FLAGS >> "$DIR/install.log" 2>&1
|
||||
echo -n " compiling..."
|
||||
make -j $THREADS >> "$DIR/install.log" 2>&1
|
||||
echo -n " installing..."
|
||||
|
Loading…
x
Reference in New Issue
Block a user