mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-01 23:59:53 +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
|
mv yaml-$YAML_VERSION yaml
|
||||||
echo -n " checking..."
|
echo -n " checking..."
|
||||||
cd yaml
|
cd yaml
|
||||||
RANLIB=$RANLIB ./configure --prefix="$DIR/install_data/php/ext/yaml" \
|
RANLIB=$RANLIB ./configure \
|
||||||
--enable-static --disable-shared >> "$DIR/install.log" 2>&1
|
--prefix="$DIR/install_data/php/ext/yaml" \
|
||||||
|
--enable-static \
|
||||||
|
--disable-shared \
|
||||||
|
$CONFIGURE_FLAGS >> "$DIR/install.log" 2>&1
|
||||||
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