diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-09-19 23:06:12 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-09-19 23:06:12 +0000 |
commit | f05ca573eafe7c7f2d937d25a581bde22bc9ba88 (patch) | |
tree | 7898312d10da75e90c33b3f9bcbee43d2e2ef835 /openwrt/package/php4/ipkg/php4-mod-gmp.control | |
parent | 2ad7eff7cde70d12f93d80636d54b75176f8e25e (diff) |
enable all packages when DEVELOPER=1,
add curl and gmp extensions,
fix gd extension build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1948 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/php4/ipkg/php4-mod-gmp.control')
-rw-r--r-- | openwrt/package/php4/ipkg/php4-mod-gmp.control | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/openwrt/package/php4/ipkg/php4-mod-gmp.control b/openwrt/package/php4/ipkg/php4-mod-gmp.control new file mode 100644 index 0000000000..59143c3d60 --- /dev/null +++ b/openwrt/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 |