diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-06-02 00:15:09 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-06-02 00:15:09 +0200 |
commit | 342a958a68a59f2e70cff8cc5a77233aed5a9d58 (patch) | |
tree | 31c9a2a2bbdcbd690a8ed84a6e3c2e5212dcc92f /package | |
parent | 20b55d2954423e5c8d7107d64d94d805306514a5 (diff) |
disable for Cygwin
Diffstat (limited to 'package')
-rw-r--r-- | package/php/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/php/Makefile b/package/php/Makefile index adee72b2d..d0e5c81cc 100644 --- a/package/php/Makefile +++ b/package/php/Makefile @@ -44,6 +44,8 @@ PKG_SITES:= http://de.php.net/distributions/ PKG_DESCR_FCGI:= PHP for FastCGI usage +PKG_HOST_DEPENDS:= !cygwin + # FIX PKG_DEPENDS include $(TOPDIR)/mk/package.mk |