diff options
author | Remi Collet <remi@remirepo.net> | 2025-09-25 08:40:10 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-09-25 08:40:10 +0200 |
commit | de7a1948c5b2cab56eab29e55d803c58acd58161 (patch) | |
tree | 302e3649f0112e3fa1ecea218f29e26171d30b5c /php-8.4.0-includedir.patch |
dup 8.4
Diffstat (limited to 'php-8.4.0-includedir.patch')
-rw-r--r-- | php-8.4.0-includedir.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/php-8.4.0-includedir.patch b/php-8.4.0-includedir.patch new file mode 100644 index 0000000..8d3fcff --- /dev/null +++ b/php-8.4.0-includedir.patch @@ -0,0 +1,11 @@ +--- ./configure.ac.includedir ++++ ./configure.ac +@@ -1368,7 +1368,7 @@ + EXPANDED_DATADIR=$datadir + EXPANDED_PHP_CONFIG_FILE_PATH=$(eval echo "$PHP_CONFIG_FILE_PATH") + EXPANDED_PHP_CONFIG_FILE_SCAN_DIR=$(eval echo "$PHP_CONFIG_FILE_SCAN_DIR") +-INCLUDE_PATH=.:$EXPANDED_PEAR_INSTALLDIR ++INCLUDE_PATH=.:$EXPANDED_PEAR_INSTALLDIR:${EXPANDED_DATADIR}/php:/usr/share/pear:/usr/share/php + + exec_prefix=$old_exec_prefix + libdir=$old_libdir |