diff options
Diffstat (limited to 'lang/php71/files/patch-configure.in')
-rw-r--r-- | lang/php71/files/patch-configure.in | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/lang/php71/files/patch-configure.in b/lang/php71/files/patch-configure.in index 0b7a9f6a00e4..92624d582af5 100644 --- a/lang/php71/files/patch-configure.in +++ b/lang/php71/files/patch-configure.in @@ -1,6 +1,14 @@ ---- configure.in.orig 2016-07-20 13:11:23 UTC +--- configure.in.orig 2018-01-03 02:32:22 UTC +++ configure.in -@@ -370,7 +370,6 @@ sinclude(TSRM/tsrm.m4) +@@ -115,6 +115,7 @@ int zend_sprintf(char *buffer, const char *format, ... + #endif + + #undef PTHREADS ++#include <ext/php_config.h> + ]) + + PHP_MAJOR_VERSION=7 +@@ -370,7 +371,6 @@ sinclude(TSRM/tsrm.m4) dnl . dnl ------------------------------------------------------------------------- @@ -8,7 +16,7 @@ PHP_HELP_SEPARATOR([SAPI modules:]) PHP_SHLIB_SUFFIX_NAMES PHP_BUILD_PROGRAM -@@ -401,15 +400,9 @@ else +@@ -401,15 +401,9 @@ else AC_MSG_RESULT([none]) fi @@ -24,7 +32,7 @@ fi dnl Starting system checks. -@@ -700,7 +693,7 @@ nanosleep \ +@@ -701,7 +695,7 @@ nanosleep \ ) dnl Some systems (like OpenSolaris) do not have nanosleep in libc @@ -33,7 +41,7 @@ dnl Check for getaddrinfo, should be a better way, but... dnl Also check for working getaddrinfo -@@ -1251,7 +1244,7 @@ EXPANDED_SYSCONFDIR=`eval echo $sysconfd +@@ -1252,7 +1246,7 @@ EXPANDED_SYSCONFDIR=`eval echo $sysconfdir` 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"` @@ -42,7 +50,7 @@ exec_prefix=$old_exec_prefix libdir=$old_libdir -@@ -1460,7 +1453,7 @@ PHP_SUBST(all_targets) +@@ -1461,7 +1455,7 @@ PHP_SUBST(all_targets) PHP_SUBST(install_targets) PHP_SUBST(install_binary_targets) |