summaryrefslogtreecommitdiffstats
path: root/package/php/0001-acinclude.m4-don-t-unset-variables.patch
diff options
context:
space:
mode:
authorAdam Duskett <Aduskett@gmail.com>2018-12-27 12:49:03 -0500
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-12-28 14:04:00 +0100
commitcd6c2f41ef0e58d0b797039512d5c0f07c7239ab (patch)
treef05a9ba9248c86f835e30434bbbda1d1fcbaf46a /package/php/0001-acinclude.m4-don-t-unset-variables.patch
parent24a13885d67fe7dc020b753f3ff00b8870d76b2e (diff)
downloadbuildroot-cd6c2f41ef0e58d0b797039512d5c0f07c7239ab.tar.gz
buildroot-cd6c2f41ef0e58d0b797039512d5c0f07c7239ab.zip
package/php: bump version to 7.3.0
Other changes: - Update patches so they cleanly apply. - Remove patch 5, as it no longer applies. - Remove conf env option ac_cv_func_strcasestr=yes because of the above. - libzip is no longer bundled with php, because of this, libzip must now be selected and depended on if the zip extension is selected. Signed-off-by: Adam Duskett <Aduskett@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.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, 3 insertions, 3 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 b23911322f..b25f661753 100644
--- a/package/php/0001-acinclude.m4-don-t-unset-variables.patch
+++ b/package/php/0001-acinclude.m4-don-t-unset-variables.patch
@@ -8,7 +8,7 @@ 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]
+[aduskett@gmail.com: Update for 7.3.0]
---
acinclude.m4 | 4 ----
1 file changed, 4 deletions(-)
@@ -17,7 +17,7 @@ diff --git a/acinclude.m4 b/acinclude.m4
index 28506b6..af4aa06 100644
--- a/acinclude.m4
+++ b/acinclude.m4
-@@ -1890,8 +1890,6 @@ define([phpshift],[ifelse(index([$@],[,]),-1,,[substr([$@],incr(index([$@],[,]))
+@@ -1921,8 +1921,6 @@ define([phpshift],[ifelse(index([$@],[,]),-1,,[substr([$@],incr(index([$@],[,]))
dnl
AC_DEFUN([PHP_CHECK_FUNC_LIB],[
ifelse($2,,:,[
@@ -26,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])
-@@ -1923,8 +1921,6 @@ dnl in the default libraries and as a fall back in the specified library.
+@@ -1954,8 +1952,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