diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-08-14 16:22:31 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-08-14 16:22:31 +0000 |
commit | bd316bc9b2a8f338831dfb7ff6844f430984f826 (patch) | |
tree | e6cfa329345a13e4a2480969c959626d5c1ceb02 /package/php4/ipkg | |
parent | 5c6887810a97406eeebf124a59c9a224fa83ea98 (diff) | |
download | upstream-bd316bc9b2a8f338831dfb7ff6844f430984f826.tar.gz upstream-bd316bc9b2a8f338831dfb7ff6844f430984f826.tar.bz2 upstream-bd316bc9b2a8f338831dfb7ff6844f430984f826.zip |
change config screen,
fix build dependencies,
make -mod-xml use expat instead of builtin xml impl,
bump release number.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1666 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/php4/ipkg')
-rw-r--r-- | package/php4/ipkg/php4-mod-xml.control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/php4/ipkg/php4-mod-xml.control b/package/php4/ipkg/php4-mod-xml.control index e5f182877d..235dd7a8b3 100644 --- a/package/php4/ipkg/php4-mod-xml.control +++ b/package/php4/ipkg/php4-mod-xml.control @@ -6,4 +6,4 @@ Architecture: [TBDL] Maintainer: Anael Orlinski <anael.orlinski@gmail.com>, Nico <nthill@free.fr> Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php4/ Description: XML module for PHP4 -Depends: php4 +Depends: php4, libexpat |