add --with-config-file-path=/etc

This commit is contained in:
Sunny 2022-10-12 11:14:11 +08:00
parent fb592bf103
commit f186c4572b
No known key found for this signature in database
GPG Key ID: 362E6630F7785A93

View File

@ -30,6 +30,7 @@ function php_compile_args() {
_php_arg="$_php_arg --with-pear=no"
_php_arg="$_php_arg --disable-cgi"
_php_arg="$_php_arg --disable-phpdbg"
_php_arg="$_php_arg --with-config-file-path=/etc"
_php_arg="$_php_arg $($self_dir/check-extensions.sh check_in_configure $1)"
echo $_php_arg
}