mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
disable extras not in use
This commit is contained in:
parent
d44f124b28
commit
8d3a5e197f
1 changed files with 3 additions and 0 deletions
|
|
@ -120,10 +120,12 @@ if [[ $BUILD_PHP_SRC == "y" ]]; then
|
|||
./configure --prefix="$DIR_PHP_SRC_TARGET"\
|
||||
--disable-cgi\
|
||||
--disable-dom\
|
||||
--disable-filter\
|
||||
--disable-phar\
|
||||
--disable-session\
|
||||
--disable-shared\
|
||||
--disable-simplexml\
|
||||
--disable-tokenizer\
|
||||
--disable-xml\
|
||||
--disable-xmlreader\
|
||||
--disable-xmlwriter\
|
||||
|
|
@ -135,6 +137,7 @@ if [[ $BUILD_PHP_SRC == "y" ]]; then
|
|||
--with-gettext\
|
||||
--with-openssl\
|
||||
--with-pdo-sqlite\
|
||||
--without-iconv\
|
||||
--without-libxml
|
||||
|
||||
make clean
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue