diff options
author | CoprDistGit <infra@openeuler.org> | 2024-03-30 11:36:50 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-03-30 11:36:50 +0000 |
commit | 591852f6726a39643a45cefeb805f831686457eb (patch) | |
tree | 6eb07a9f59ba9e8adcb669e5a2a23ee7334c449d /php-7.2.0-includedir.patch | |
parent | 564644fe819f351ed1aaa9773226e7e9f20ab6a9 (diff) |
automatic import of phpopeneuler22.03_LTS_SP3
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 |