From 9a4d760e1b0d3e4ff81f855486668952a20701df Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Thu, 22 Jan 2015 14:17:46 -0300 Subject: php: rename patches to new naming convention Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- package/php/php-02-dlopen.patch | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 package/php/php-02-dlopen.patch (limited to 'package/php/php-02-dlopen.patch') diff --git a/package/php/php-02-dlopen.patch b/package/php/php-02-dlopen.patch deleted file mode 100644 index 1dd009f799..0000000000 --- a/package/php/php-02-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 - -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 -- cgit v1.2.3