From 5c79891ebdbf3b7a10c898d8138a1846ba0b8751 Mon Sep 17 00:00:00 2001 From: nico Date: Mon, 19 Sep 2005 23:11:06 +0000 Subject: update to new upstream release (v5.0.5), 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@1950 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'package/Makefile') diff --git a/package/Makefile b/package/Makefile index 99447a8d3..0ecc0402d 100644 --- a/package/Makefile +++ b/package/Makefile @@ -322,9 +322,15 @@ php4-compile: expat-compile endif php5-compile: openssl-compile zlib-compile +ifneq ($(BR2_PACKAGE_PHP5_MOD_CURL),) +php5-compile: curl-compile +endif ifneq ($(BR2_PACKAGE_PHP5_MOD_GD),) php5-compile: libgd-compile libpng-compile endif +ifneq ($(BR2_PACKAGE_PHP5_MOD_GMP),) +php5-compile: gmp-compile +endif ifneq ($(BR2_PACKAGE_PHP5_MOD_LDAP),) php5-compile: openldap-compile endif -- cgit v1.2.3