diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-07-04 11:42:57 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-07-04 11:42:57 +0000 |
commit | 363eb4cf7ab76141cff77cd96afaa68c489367b3 (patch) | |
tree | 5ffcd1f607d97e620784a973abca4a09e6524b65 /package/network | |
parent | 4d04e666a4bb8ad1c0da35191a52860611f6f3b1 (diff) | |
download | upstream-363eb4cf7ab76141cff77cd96afaa68c489367b3.tar.gz upstream-363eb4cf7ab76141cff77cd96afaa68c489367b3.tar.bz2 upstream-363eb4cf7ab76141cff77cd96afaa68c489367b3.zip |
samba36: disable acl support to avoid picking up a dependency on libacl (#16988)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41509
Diffstat (limited to 'package/network')
-rw-r--r-- | package/network/services/samba36/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |