aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-09-20 06:56:46 +0000
committerNicolas Thill <nico@openwrt.org>2005-09-20 06:56:46 +0000
commitf810ce7267681dded275d4e8f3544a1790750863 (patch)
treeae117d87f0331c22bdf39085196665f530340cc1
parent456ed1cbcb94c8cceac90582aff5396cdc946d3c (diff)
downloadupstream-f810ce7267681dded275d4e8f3544a1790750863.tar.gz
upstream-f810ce7267681dded275d4e8f3544a1790750863.tar.bz2
upstream-f810ce7267681dded275d4e8f3544a1790750863.zip
remove patch not needed anymore with v5.0.5
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1961 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--openwrt/package/php5/patches/php-5.0.4-xml-expat-no-xml2.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/openwrt/package/php5/patches/php-5.0.4-xml-expat-no-xml2.patch b/openwrt/package/php5/patches/php-5.0.4-xml-expat-no-xml2.patch
deleted file mode 100644
index e46e6506ff4..00000000000
--- a/openwrt/package/php5/patches/php-5.0.4-xml-expat-no-xml2.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -ruN php-5.0.4-old/configure php-5.0.4-new/configure
---- php-5.0.4-old/configure 2005-04-03 11:42:50.000000000 +0200
-+++ php-5.0.4-new/configure 2005-07-12 20:04:55.000000000 +0200
-@@ -87265,7 +87265,7 @@
-
- if test "$PHP_XML" != "no" && test "$PHP_LIBXML" != "no" -o "$PHP_LIBEXPAT_DIR" != "no"; then
-
--
-+if test "no" = "yes" ; then
- for i in $PHP_LIBXML_DIR /usr/local /usr; do
- if test -x "$i/bin/xml2-config"; then
- XML2_CONFIG="$i/bin/xml2-config"
-@@ -87470,7 +87470,7 @@
- fi
-
- fi
--
-+fi ## (line 87266)
-
- if test "$PHP_LIBEXPAT_DIR" != "no"; then
- for i in $PHP_XML $PHP_LIBEXPAT_DIR; do