Browse Source

netatalk: disable acl (fix the build)

Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
Etienne CHAMPETIER 10 years ago
parent
commit
c3cfd14535
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      net/netatalk/Makefile

+ 1
- 0
net/netatalk/Makefile View File

@@ -58,6 +58,7 @@ CONFIGURE_ARGS += \
58 58
 	--with-libgcrypt-dir="$(STAGING_DIR)/usr" \
59 59
 	--with-ssl-dir="$(STAGING_DIR)/usr" \
60 60
 	--with-uams-path="/usr/lib/uams" \
61
+	--without-acls \
61 62
 	--without-pam \
62 63
 	--disable-admin-group \
63 64
 	--disable-srvloc \