diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-27 23:09:19 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-27 23:09:19 +0100 |
commit | dd163e09b582177ce54fae44b63b10579ee0746d (patch) | |
tree | 80f6341bacc9e62a274231157ec35a5b262f5e24 /package/php | |
parent | 537a2c4eaa446e52c6ba07007eb9ae75998b5580 (diff) |
fix make allmodconfig
update several packages, remove snort-wireless.
Diffstat (limited to 'package/php')
-rw-r--r-- | package/php/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/package/php/Makefile b/package/php/Makefile index d5b00c054..e8db1255f 100644 --- a/package/php/Makefile +++ b/package/php/Makefile @@ -6,6 +6,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:= php PKG_VERSION:= 5.3.1 PKG_RELEASE:= 1 +PKG_MD5SUM:= 41fbb368d86acb13fc3519657d277681 +PKG_DESCR:= PHP CLI +PKG_SECTION:= net +PKG_MULTI:= 1 +PKG_DEPENDS:= libopenssl zlib PKG_BUILDDEP+= openssl zlib ifneq ($(ADK_PACKAGE_PHP_MOD_CURL),) PKG_BUILDDEP+= curl @@ -34,10 +39,6 @@ endif ifneq ($(ADK_PACKAGE_PHP_MOD_XML),) PKG_BUILDDEP+= expat endif -PKG_MD5SUM:= 41fbb368d86acb13fc3519657d277681 -PKG_DESCR:= PHP CLI -PKG_SECTION:= net -PKG_DEPENDS:= libopenssl zlib PHP_URL:= http://www.php.net PKG_SITES:= http://de.php.net/distributions/ |