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 | 10be238e537af97ba021632817b0f967c92ab8a3 (patch) | |
tree | e59a91c5ad2c6141c12a28b51ba8c79e863ab992 /openwrt/package/php4/ipkg/php4-mod-xml.control | |
parent | 01e5bf33ffc82a1c501f416d8b5d7c05944d2bfa (diff) | |
download | mtk-20170518-10be238e537af97ba021632817b0f967c92ab8a3.zip mtk-20170518-10be238e537af97ba021632817b0f967c92ab8a3.tar.gz mtk-20170518-10be238e537af97ba021632817b0f967c92ab8a3.tar.bz2 |
change config screen, fix build dependencies, make -mod-xml use expat instead of builtin xml impl, bump release number.
SVN-Revision: 1666
Diffstat (limited to 'openwrt/package/php4/ipkg/php4-mod-xml.control')
-rw-r--r-- | openwrt/package/php4/ipkg/php4-mod-xml.control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/php4/ipkg/php4-mod-xml.control b/openwrt/package/php4/ipkg/php4-mod-xml.control index e5f1828..235dd7a 100644 --- a/openwrt/package/php4/ipkg/php4-mod-xml.control +++ b/openwrt/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 |