Compare commits

...

2 Commits

Author SHA1 Message Date
Jerry Ma
7f860e46f3 Merge pull request #13 from ikilobyte/master
add --with-config-file-path=/etc
2022-10-24 11:10:26 +08:00
Sunny
f186c4572b add --with-config-file-path=/etc 2022-10-12 11:14:11 +08:00

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
}