diff options
author | Etienne CHAMPETIER <champetier.etienne@gmail.com> | 2014-08-08 19:27:56 +0200 |
---|---|---|
committer | Etienne CHAMPETIER <champetier.etienne@gmail.com> | 2014-08-08 19:27:56 +0200 |
commit | c3cfd145356e3461eeb8ae2c3a4ba3386ef312c7 (patch) | |
tree | e85e44e9a578da2d83f9fce51a21e775c0ba108f | |
parent | e719318caa61d42acf58136dab600bd16aea6c13 (diff) |
netatalk: disable acl (fix the build)
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
-rw-r--r-- | net/netatalk/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/netatalk/Makefile b/net/netatalk/Makefile index 91083e533..8729053c9 100644 --- a/net/netatalk/Makefile +++ b/net/netatalk/Makefile @@ -58,6 +58,7 @@ CONFIGURE_ARGS += \ --with-libgcrypt-dir="$(STAGING_DIR)/usr" \ --with-ssl-dir="$(STAGING_DIR)/usr" \ --with-uams-path="/usr/lib/uams" \ + --without-acls \ --without-pam \ --disable-admin-group \ --disable-srvloc \ |