summaryrefslogtreecommitdiffstats
path: root/package/php/0001-acinclude.m4-don-t-unset-variables.patch
diff options
context:
space:
mode:
authorAdam Duskett <aduskett@gmail.com>2018-02-02 07:50:39 -0500
committerPeter Korsgaard <peter@korsgaard.com>2018-02-02 21:36:38 +0100
commit9a7eca9baaf9930ef0c975621a8b941bfa11efe3 (patch)
tree456e200c1d341b9dbf0a64bf2ba2ae400d251970 /package/php/0001-acinclude.m4-don-t-unset-variables.patch
parent5c7fd2ad10e2a383e8b87f23bc115887fd9b9b6c (diff)
downloadbuildroot-9a7eca9baaf9930ef0c975621a8b941bfa11efe3.tar.gz
buildroot-9a7eca9baaf9930ef0c975621a8b941bfa11efe3.zip
php: bump version to 7.2.2
Additional changes: - Fix ordering of patches. - Update patches to apply cleanly against 7.2.2 - Updates License sha256sum Signed-off-by: Adam Duskett <aduskett@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/php/0001-acinclude.m4-don-t-unset-variables.patch')
-rw-r--r--package/php/0001-acinclude.m4-don-t-unset-variables.patch6
1 files changed, 4 insertions, 2 deletions
diff --git a/package/php/0001-acinclude.m4-don-t-unset-variables.patch b/package/php/0001-acinclude.m4-don-t-unset-variables.patch
index d507775b8a..b23911322f 100644
--- a/package/php/0001-acinclude.m4-don-t-unset-variables.patch
+++ b/package/php/0001-acinclude.m4-don-t-unset-variables.patch
@@ -7,6 +7,8 @@ Unsetting ac_cv_{func,lib}_* is bad, you can't feed the configure cache.
Terminate them with extreme prejudice.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
+Signed-off-by: Adam Duskett <aduskett@gmail.com>
+[aduskett@gmail.com: Update for 7.2.2]
---
acinclude.m4 | 4 ----
1 file changed, 4 deletions(-)
@@ -15,7 +17,7 @@ diff --git a/acinclude.m4 b/acinclude.m4
index 28506b6..af4aa06 100644
--- a/acinclude.m4
+++ b/acinclude.m4
-@@ -1898,8 +1898,6 @@ define([phpshift],[ifelse(index([$@],[,]),-1,,[substr([$@],incr(index([$@],[,]))
+@@ -1890,8 +1890,6 @@ define([phpshift],[ifelse(index([$@],[,]),-1,,[substr([$@],incr(index([$@],[,]))
dnl
AC_DEFUN([PHP_CHECK_FUNC_LIB],[
ifelse($2,,:,[
@@ -24,7 +26,7 @@ index 28506b6..af4aa06 100644
unset found
AC_CHECK_LIB($2, $1, [found=yes], [
AC_CHECK_LIB($2, __$1, [found=yes], [found=no])
-@@ -1931,8 +1929,6 @@ dnl in the default libraries and as a fall back in the specified library.
+@@ -1923,8 +1921,6 @@ dnl in the default libraries and as a fall back in the specified library.
dnl Defines HAVE_func and HAVE_library if found and adds the library to LIBS.
dnl
AC_DEFUN([PHP_CHECK_FUNC],[
OpenPOWER on IntegriCloud