From f05ca573eafe7c7f2d937d25a581bde22bc9ba88 Mon Sep 17 00:00:00 2001 From: nico Date: Mon, 19 Sep 2005 23:06:12 +0000 Subject: 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 --- openwrt/package/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'openwrt/package/Makefile') diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index ef6a71273..99447a8d3 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -293,9 +293,15 @@ openvpn-compile: lzo-compile endif php4-compile: openssl-compile zlib-compile +ifneq ($(BR2_PACKAGE_PHP4_MOD_CURL),) +php4-compile: curl-compile +endif ifneq ($(BR2_PACKAGE_PHP4_MOD_GD),) php4-compile: libgd-compile libpng-compile endif +ifneq ($(BR2_PACKAGE_PHP4_MOD_GMP),) +php4-compile: gmp-compile +endif ifneq ($(BR2_PACKAGE_PHP4_MOD_LDAP),) php4-compile: openldap-compile endif -- cgit v1.2.3