From dd163e09b582177ce54fae44b63b10579ee0746d Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 27 Dec 2009 23:09:19 +0100 Subject: fix make allmodconfig update several packages, remove snort-wireless. --- package/php/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'package/php') 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/ -- cgit v1.2.3