From 363eb4cf7ab76141cff77cd96afaa68c489367b3 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 4 Jul 2014 11:42:57 +0000 Subject: [PATCH] samba36: disable acl support to avoid picking up a dependency on libacl (#16988) Signed-off-by: Felix Fietkau SVN-Revision: 41509 --- package/network/services/samba36/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/package/network/services/samba36/Makefile b/package/network/services/samba36/Makefile index c3f218ab9b..f69769fe8b 100644 --- a/package/network/services/samba36/Makefile +++ b/package/network/services/samba36/Makefile @@ -105,6 +105,7 @@ CONFIGURE_ARGS += \ --with-piddir=/var/run \ --with-privatedir=/etc/samba \ --with-sendfile-support \ + --without-acl-support \ --without-cluster-support \ --without-ads \ --without-krb5 \ -- 2.30.2