瀏覽代碼

netatalk: disable acl (fix the build)

Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
Etienne CHAMPETIER 10 年之前
父節點
當前提交
c3cfd14535
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      net/netatalk/Makefile

+ 1
- 0
net/netatalk/Makefile 查看文件

@@ -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 \