diff options
author | Waldemar Brodkorb <wbrodkorb@conet.de> | 2015-02-05 13:14:45 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbrodkorb@conet.de> | 2015-02-05 13:14:45 +0100 |
commit | e745f3654ea180805da502b234fd9efe26eff9f6 (patch) | |
tree | 8852969b18618c3f53393981cc2bc2cc618e57a2 /package/php/Makefile | |
parent | d2b3fe38c6b25f096ea20f0339fea1a0f6dc3421 (diff) |
rework php package, use php-cgi as binary name
Diffstat (limited to 'package/php/Makefile')
-rw-r--r-- | package/php/Makefile | 4 |
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})) |