summaryrefslogtreecommitdiff
path: root/package/php/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/php/Makefile')
-rw-r--r--package/php/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/package/php/Makefile b/package/php/Makefile
index 77ee32ffc..81d75467b 100644
--- a/package/php/Makefile
+++ b/package/php/Makefile
@@ -5,7 +5,7 @@ include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= php
PKG_VERSION:= 5.6.3
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_HASH:= fad244506cc7f10fe56aba8129b3c39a4f9316d9544a4fba932c3f81fc2244b5
PKG_DESCR:= php language interpreter
PKG_SECTION:= dev/lang
@@ -70,8 +70,6 @@ PKGFD_MOD_ZLIB:= zlib support
PKGFB_MOD_ZLIB:= zlib
PKGFS_MOD_ZLIB:= zlib
-PKG_HOST_DEPENDS:= !cygwin
-
include $(ADK_TOPDIR)/mk/package.mk
$(eval $(call PKG_template,PHP,php,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))