diff options
author | Adam Duskett <Aduskett@gmail.com> | 2018-12-27 12:49:03 -0500 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-12-28 14:04:00 +0100 |
commit | cd6c2f41ef0e58d0b797039512d5c0f07c7239ab (patch) | |
tree | f05a9ba9248c86f835e30434bbbda1d1fcbaf46a /package/php/0003-configure-disable-the-phar-tool.patch | |
parent | 24a13885d67fe7dc020b753f3ff00b8870d76b2e (diff) | |
download | buildroot-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/0003-configure-disable-the-phar-tool.patch')
-rw-r--r-- | package/php/0003-configure-disable-the-phar-tool.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/php/0003-configure-disable-the-phar-tool.patch b/package/php/0003-configure-disable-the-phar-tool.patch index e41584e8e5..396a806496 100644 --- a/package/php/0003-configure-disable-the-phar-tool.patch +++ b/package/php/0003-configure-disable-the-phar-tool.patch @@ -11,7 +11,7 @@ on the target. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> [Gustavo: update for autoreconf/configure.in] Signed-off-by: Adam Duskett <Adamduskett@outlook.com> -[Aduskett: update for 7.2.2] +[Aduskett: update for 7.3.0] --- configure.ac | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) @@ -20,7 +20,7 @@ diff --git a/configure.ac b/configure.ac index d20af76..7f02f1a 100644 --- a/configure.ac +++ b/configure.ac -@@ -1420,13 +1420,8 @@ CFLAGS="\$(CFLAGS_CLEAN) $standard_libtool_flag" +@@ -1472,13 +1472,8 @@ CFLAGS="\$(CFLAGS_CLEAN) $standard_libtool_flag" INLINE_CFLAGS="$INLINE_CFLAGS $standard_libtool_flag" CXXFLAGS="$CXXFLAGS $standard_libtool_flag \$(PROF_FLAGS)" |