From 07153800444a90589af975052b389adc0e30e807 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 25 Jul 2011 09:56:37 +0000 Subject: [PATCH] backport r27763 SVN-Revision: 27770 --- lang/php5/Makefile | 2 +- .../patches/950-Fix-dl-cross-compiling-issue.patch | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 lang/php5/patches/950-Fix-dl-cross-compiling-issue.patch diff --git a/lang/php5/Makefile b/lang/php5/Makefile index 4b4a00b1b..138a14036 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=php PKG_VERSION:=5.3.6 -PKG_RELEASE:=3 +PKG_RELEASE:=3.1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://www.php.net/distributions/ diff --git a/lang/php5/patches/950-Fix-dl-cross-compiling-issue.patch b/lang/php5/patches/950-Fix-dl-cross-compiling-issue.patch new file mode 100644 index 000000000..81de7f807 --- /dev/null +++ b/lang/php5/patches/950-Fix-dl-cross-compiling-issue.patch @@ -0,0 +1,11 @@ +--- a/configure ++++ b/configure +@@ -15979,7 +15979,7 @@ + ac_libs=$LIBS + LIBS="$LIBS -ldl" + if test "$cross_compiling" = yes; then +- found=no ++ found=$found + else + cat > conftest.$ac_ext <