Merge pull request #114173 from eyJhb/php-clisupport-false
php: fixed building with cliSupport = false
This commit is contained in:
commit
2ed44fa49c
@ -124,7 +124,9 @@ let
|
|||||||
postBuild = ''
|
postBuild = ''
|
||||||
ln -s ${extraInit} $out/lib/php.ini
|
ln -s ${extraInit} $out/lib/php.ini
|
||||||
|
|
||||||
wrapProgram $out/bin/php --set PHP_INI_SCAN_DIR $out/lib
|
if test -e $out/bin/php; then
|
||||||
|
wrapProgram $out/bin/php --set PHP_INI_SCAN_DIR $out/lib
|
||||||
|
fi
|
||||||
|
|
||||||
if test -e $out/bin/php-fpm; then
|
if test -e $out/bin/php-fpm; then
|
||||||
wrapProgram $out/bin/php-fpm --set PHP_INI_SCAN_DIR $out/lib
|
wrapProgram $out/bin/php-fpm --set PHP_INI_SCAN_DIR $out/lib
|
||||||
|
Loading…
x
Reference in New Issue
Block a user