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/0002-dlopen.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/0002-dlopen.patch')
-rw-r--r-- | package/php/0002-dlopen.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/package/php/0002-dlopen.patch b/package/php/0002-dlopen.patch deleted file mode 100644 index 1dd009f799..0000000000 --- a/package/php/0002-dlopen.patch +++ /dev/null @@ -1,25 +0,0 @@ -PHP can't be AUTORECONF with any modern autotools and the dl tests are -pretty bad for cross-compilation, so just kill the needed ac_cv value unsets -so they can flow through from the package makefile. - -Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> - -diff -Nura php-5.5.8.orig/configure php-5.5.8/configure ---- php-5.5.8.orig/configure 2014-01-28 17:41:33.943851727 -0300 -+++ php-5.5.8/configure 2014-01-28 17:42:53.785493795 -0300 -@@ -16985,7 +16985,6 @@ - - - -- unset ac_cv_func_dlopen - unset ac_cv_func___dlopen - unset found - -@@ -17013,7 +17012,6 @@ - - *) - -- unset ac_cv_lib_dl_dlopen - unset ac_cv_lib_dl___dlopen - unset found - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 |