summaryrefslogtreecommitdiffstats
path: root/package/php/0003-configure-disable-the-phar-tool.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/php/0003-configure-disable-the-phar-tool.patch')
-rw-r--r--package/php/0003-configure-disable-the-phar-tool.patch16
1 files changed, 9 insertions, 7 deletions
diff --git a/package/php/0003-configure-disable-the-phar-tool.patch b/package/php/0003-configure-disable-the-phar-tool.patch
index 3b64b7b6bf..17a92abe63 100644
--- a/package/php/0003-configure-disable-the-phar-tool.patch
+++ b/package/php/0003-configure-disable-the-phar-tool.patch
@@ -10,15 +10,17 @@ 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 php7.2.1]
---
- configure.in | 9 ++-------
+ configure.ac | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)
-diff --git a/configure.in b/configure.in
-index 25c8abf..4dc8a09 100644
---- a/configure.in
-+++ b/configure.in
-@@ -1445,13 +1445,8 @@ CFLAGS="\$(CFLAGS_CLEAN) $standard_libtool_flag"
+diff --git a/configure.ac b/configure.ac
+index d20af76..7f02f1a 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -1419,13 +1419,8 @@ CFLAGS="\$(CFLAGS_CLEAN) $standard_libtool_flag"
INLINE_CFLAGS="$INLINE_CFLAGS $standard_libtool_flag"
CXXFLAGS="$CXXFLAGS $standard_libtool_flag \$(PROF_FLAGS)"
@@ -35,5 +37,5 @@ index 25c8abf..4dc8a09 100644
all_targets="$lcov_target \$(OVERALL_TARGET) \$(PHP_MODULES) \$(PHP_ZEND_EX) \$(PHP_BINARIES) $pharcmd"
install_targets="$install_sapi $install_modules $install_binaries install-build install-headers install-programs $install_pear $pharcmd_install"
--
-2.7.4
+2.14.3
OpenPOWER on IntegriCloud