diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-06-07 12:34:57 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-06-07 12:34:57 +0200 |
commit | d22b78be7b2b95ba028c6584e9ee5abb69a375cb (patch) | |
tree | 039da0ef61265cda4512279d36aea46c4670a715 /package/php | |
parent | 702e216210d58f1301c80d4e55af5d29f813eb19 (diff) | |
parent | 2e2eee9052d2c487d7114818ca446c370dba7f49 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/php')
-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 |