From ce351aa49b62d498403a55c90c38d6d24d900846 Mon Sep 17 00:00:00 2001 From: nico Date: Sun, 14 Aug 2005 16:27:48 +0000 Subject: add php5 package git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1667 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/package/Makefile | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'openwrt/package/Makefile') diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 0344b79f44..63cd737a83 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -106,6 +106,7 @@ package-$(BR2_PACKAGE_OSIRIS) += osiris package-$(BR2_PACKAGE_PARPROUTED) += parprouted package-$(BR2_PACKAGE_PCRE) += pcre package-$(BR2_COMPILE_PHP4) += php4 +package-$(BR2_COMPILE_PHP5) += php5 package-$(BR2_PACKAGE_PICOCOM) += picocom package-$(BR2_PACKAGE_PMACCT) += pmacct package-$(BR2_PACKAGE_POPT) += popt @@ -273,6 +274,29 @@ ifneq ($(BR2_PACKAGE_PHP4_MOD_XML),) php4-compile: expat-compile endif +php5-compile: openssl-compile zlib-compile +ifneq ($(BR2_PACKAGE_PHP5_MOD_GD),) +php5-compile: libgd-compile libpng-compile +endif +ifneq ($(BR2_PACKAGE_PHP5_MOD_LDAP),) +php5-compile: openldap-compile +endif +ifneq ($(BR2_PACKAGE_PHP5_MOD_MYSQL),) +php5-compile: mysql-compile +endif +ifneq ($(BR2_PACKAGE_PHP5_MOD_PCRE),) +php5-compile: pcre-compile +endif +ifneq ($(BR2_PACKAGE_PHP5_MOD_PGSQL),) +php5-compile: postgresql-compile +endif +ifneq ($(BR2_PACKAGE_PHP5_MOD_SQLITE),) +php5-compile: sqlite2-compile +endif +ifneq ($(BR2_PACKAGE_PHP5_MOD_XML),) +php5-compile: expat-compile +endif + pmacct-compile: libpcap-compile ifneq ($(BR2_PACKAGE_PMACCT_MYSQL),) pmacct-compile: mysql-compile -- cgit v1.2.3