Merge pull request #26309 from bachp/php-extension-dir
php: set extension dir to correct location
This commit is contained in:
commit
0b4770c002
@ -274,9 +274,10 @@ let
|
|||||||
|
|
||||||
#[[ -z "$libxml2" ]] || addToSearchPath PATH $libxml2/bin
|
#[[ -z "$libxml2" ]] || addToSearchPath PATH $libxml2/bin
|
||||||
|
|
||||||
|
export EXTENSION_DIR=$out/lib/php/extensions
|
||||||
|
|
||||||
configureFlags+=(--with-config-file-path=$out/etc \
|
configureFlags+=(--with-config-file-path=$out/etc \
|
||||||
--includedir=$dev/include \
|
--includedir=$dev/include)
|
||||||
EXTENSION_DIR=$out/lib/php/extensions)
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
|
Loading…
Reference in New Issue
Block a user