Merge pull request #13 from ikilobyte/master

add --with-config-file-path=/etc
This commit is contained in:
Jerry Ma 2022-10-24 11:10:26 +08:00 committed by GitHub
commit 7f860e46f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
}