diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-09-19 23:06:12 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-09-19 23:06:12 +0000 |
commit | 75225060ae3c3d1b820fda77bd3459c6ff638d27 (patch) | |
tree | 7c6373a3f2110bf1cfa1fbc561c4e13c5e49b2b5 /package/php4/ipkg | |
parent | 3766660d7397a968087e2ce1624d63ce1b863859 (diff) | |
download | upstream-75225060ae3c3d1b820fda77bd3459c6ff638d27.tar.gz upstream-75225060ae3c3d1b820fda77bd3459c6ff638d27.tar.bz2 upstream-75225060ae3c3d1b820fda77bd3459c6ff638d27.zip |
enable all packages when DEVELOPER=1,
add curl and gmp extensions,
fix gd extension build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1948 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/php4/ipkg')
-rw-r--r-- | package/php4/ipkg/php4-mod-curl.control | 9 | ||||
-rw-r--r-- | package/php4/ipkg/php4-mod-gmp.control | 9 |
2 files changed, 18 insertions, 0 deletions
diff --git a/package/php4/ipkg/php4-mod-curl.control b/package/php4/ipkg/php4-mod-curl.control new file mode 100644 index 0000000000..80b302598a --- /dev/null +++ b/package/php4/ipkg/php4-mod-curl.control @@ -0,0 +1,9 @@ +Package: php4-mod-curl +Priority: optional +Section: net +Version: [TBDL] +Architecture: [TBDL] +Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org>, Anael Orlinski <anael.orlinski@gmail.com> +Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php4/ +Depends: php4, libcurl +Description: cURL module for PHP4 diff --git a/package/php4/ipkg/php4-mod-gmp.control b/package/php4/ipkg/php4-mod-gmp.control new file mode 100644 index 0000000000..59143c3d60 --- /dev/null +++ b/package/php4/ipkg/php4-mod-gmp.control @@ -0,0 +1,9 @@ +Package: php4-mod-gmp +Priority: optional +Section: net +Version: [TBDL] +Architecture: [TBDL] +Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org>, Anael Orlinski <anael.orlinski@gmail.com> +Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php4/ +Depends: php4, libgmp +Description: GMP (GNU MP) module for PHP4 |