diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-08-14 16:27:48 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-08-14 16:27:48 +0000 |
commit | aef2bda2e5aad2203a8607e2946300b16ae911c3 (patch) | |
tree | 51a8683ab7c3aee412879147c419e25d4aef607c /package/php5/patches/php-5.0.4-xml-expat-no-xml2.patch | |
parent | bd316bc9b2a8f338831dfb7ff6844f430984f826 (diff) | |
download | upstream-aef2bda2e5aad2203a8607e2946300b16ae911c3.tar.gz upstream-aef2bda2e5aad2203a8607e2946300b16ae911c3.tar.bz2 upstream-aef2bda2e5aad2203a8607e2946300b16ae911c3.zip |
add php5 package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1667 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/php5/patches/php-5.0.4-xml-expat-no-xml2.patch')
-rw-r--r-- | package/php5/patches/php-5.0.4-xml-expat-no-xml2.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/package/php5/patches/php-5.0.4-xml-expat-no-xml2.patch b/package/php5/patches/php-5.0.4-xml-expat-no-xml2.patch new file mode 100644 index 0000000000..e46e6506ff --- /dev/null +++ b/package/php5/patches/php-5.0.4-xml-expat-no-xml2.patch @@ -0,0 +1,21 @@ +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 |