diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-04-08 12:39:28 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-04-08 21:23:52 +0200 |
commit | 4959dabe7dfbe851e1848ff783f1b37a9fb0c0f2 (patch) | |
tree | 01c704c0af9e94fad56ddd2ceec73712e32a5761 /package/php/0003-disable-pharcmd.patch | |
parent | a48bc40e2d2536a830ecaa9247a1238966a97741 (diff) | |
download | buildroot-4959dabe7dfbe851e1848ff783f1b37a9fb0c0f2.tar.gz buildroot-4959dabe7dfbe851e1848ff783f1b37a9fb0c0f2.zip |
php: cleanup patches
Convert patches from pure configure ones to *.m4/configure.in cleanness.
This allows us to AUTORECONF (well, not quite, but close).
Even though upstream will probably not accept them it's the right way.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
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 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/package/php/0003-disable-pharcmd.patch b/package/php/0003-disable-pharcmd.patch index d4a8464195..bfcc956343 100644 --- a/package/php/0003-disable-pharcmd.patch +++ b/package/php/0003-disable-pharcmd.patch @@ -4,11 +4,12 @@ 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.5.14.orig/configure php-5.5.14/configure ---- php-5.5.14.orig/configure 2014-07-08 09:52:52.657753194 -0300 -+++ php-5.5.14/configure 2014-07-08 09:53:07.610243933 -0300 -@@ -112930,13 +112930,8 @@ +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" |