diff options
author | CoprDistGit <infra@openeuler.org> | 2024-01-26 02:58:17 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-01-26 02:58:17 +0000 |
commit | bc521bcf1699c670b8c525210a3ae4293553c793 (patch) | |
tree | 8676f451c5e016fc128ff2c447e85e8390870081 /php-7.2.0-includedir.patch | |
parent | 928e25b1ae82c0a2ce59d965551a5236bb5754b4 (diff) |
automatic import of php-8.2openeuler22.03_LTS
Diffstat (limited to 'php-7.2.0-includedir.patch')
-rw-r--r-- | php-7.2.0-includedir.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/php-7.2.0-includedir.patch b/php-7.2.0-includedir.patch new file mode 100644 index 0000000..6d9a871 --- /dev/null +++ b/php-7.2.0-includedir.patch @@ -0,0 +1,11 @@ +--- php-7.2.0/configure.ac.includedir ++++ php-7.2.0/configure.ac +@@ -1230,7 +1230,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 + + exec_prefix=$old_exec_prefix + libdir=$old_libdir |