diff options
author | Remi Collet <remi@remirepo.net> | 2024-09-11 07:50:08 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-09-11 07:50:08 +0200 |
commit | 20e4874876c06b6ff71516e357ec6d22cd43c9ab (patch) | |
tree | e0a13d42bccb6a4c96632867d0a38a30d4b3dce0 /php-7.2.0-includedir.patch | |
parent | 3febc051c66521f68117c3210ff245de85b3b191 (diff) |
Update to 8.4.0beta5
Diffstat (limited to 'php-7.2.0-includedir.patch')
-rw-r--r-- | php-7.2.0-includedir.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/php-7.2.0-includedir.patch b/php-7.2.0-includedir.patch deleted file mode 100644 index 7a42cd6..0000000 --- a/php-7.2.0-includedir.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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:/usr/share/pear:/usr/share/php - - exec_prefix=$old_exec_prefix - libdir=$old_libdir |