summaryrefslogtreecommitdiff
path: root/openwrt/package/Makefile
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-09-19 23:06:12 +0000
committerNicolas Thill <nico@openwrt.org>2005-09-19 23:06:12 +0000
commit0622dd7a25e024e2390da28712bf19ac877b3aea (patch)
tree7898312d10da75e90c33b3f9bcbee43d2e2ef835 /openwrt/package/Makefile
parentf5ab7b925ceb50a87e2bbf8f226aba140316e661 (diff)
downloadmtk-20170518-0622dd7a25e024e2390da28712bf19ac877b3aea.zip
mtk-20170518-0622dd7a25e024e2390da28712bf19ac877b3aea.tar.gz
mtk-20170518-0622dd7a25e024e2390da28712bf19ac877b3aea.tar.bz2
enable all packages when DEVELOPER=1, add curl and gmp extensions, fix gd extension build
SVN-Revision: 1948
Diffstat (limited to 'openwrt/package/Makefile')
-rw-r--r--openwrt/package/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile
index ef6a712..99447a8 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