diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-08-09 12:03:08 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-08-10 14:26:52 +0200 |
commit | 6604b2e9c446ae85ae358bf1a9973c8c6f205edd (patch) | |
tree | 10c3cb89cde746f0e54d50373c41cb4aa7722d8c /package/php/0003-disable-pharcmd.patch | |
parent | 5e8b92cec64dbb0dfe57435d3333b359355e3267 (diff) | |
download | buildroot-6604b2e9c446ae85ae358bf1a9973c8c6f205edd.tar.gz buildroot-6604b2e9c446ae85ae358bf1a9973c8c6f205edd.zip |
php: rework patches as Git formatted patches
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/php/0003-disable-pharcmd.patch')
-rw-r--r-- | package/php/0003-disable-pharcmd.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/package/php/0003-disable-pharcmd.patch b/package/php/0003-disable-pharcmd.patch deleted file mode 100644 index bfcc956343..0000000000 --- a/package/php/0003-disable-pharcmd.patch +++ /dev/null @@ -1,27 +0,0 @@ -Disable the 'phar' command-line tool build/installation since it requires -php to run and pack up phar itself in phar format. This would require -a host-php instance and really probably nobody needs the phar tool -on the target. - -Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> -[Gustavo: update for autoreconf/configure.in] - -diff -Nura php-5.6.7.orig/configure.in php-5.6.7/configure.in ---- php-5.6.7.orig/configure.in 2015-04-08 11:08:10.815835010 -0300 -+++ php-5.6.7/configure.in 2015-04-08 11:16:20.460467444 -0300 -@@ -1437,13 +1437,8 @@ - INLINE_CFLAGS="$INLINE_CFLAGS $standard_libtool_flag" - CXXFLAGS="$CXXFLAGS $standard_libtool_flag" - --if test "$PHP_PHAR" != "no" && test "$PHP_CLI" != "no"; then -- pharcmd=pharcmd -- pharcmd_install=install-pharcmd --else -- pharcmd= -- pharcmd_install= --fi; -+pharcmd= -+pharcmd_install= - - 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" |