diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-11 10:17:02 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-11 10:17:02 +0200 |
commit | c6d1aed16c25f7e0aaf385304befc740e83949e2 (patch) | |
tree | 027bde5690cd935f4084a56fe631b3cba5b0b207 /package/cherokee | |
parent | b3cab9d72d6fdcdc3b86286177de372b5475ec88 (diff) |
disable ldap, mysql and pam
Diffstat (limited to 'package/cherokee')
-rw-r--r-- | package/cherokee/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/cherokee/Makefile b/package/cherokee/Makefile index 38a623213..a63f4ac9f 100644 --- a/package/cherokee/Makefile +++ b/package/cherokee/Makefile @@ -19,6 +19,9 @@ include $(TOPDIR)/mk/package.mk $(eval $(call PKG_template,CHEROKEE,cherokee,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) CONFIGURE_ARGS+= --enable-static-module=all \ + --without-mysql \ + --without-ldap \ + --disable-pam \ --without-ffmpeg cherokee-install: |