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 | a6f2a0aab3f81f87f99bfd8bf90cdaef927f3717 (patch) | |
tree | e2f03982f83633807c83937b862feb888c7a9e57 | |
parent | 787f06915027f9178584c1e1ef9ae0c5663820b6 (diff) | |
download | upstream-a6f2a0aab3f81f87f99bfd8bf90cdaef927f3717.tar.gz upstream-a6f2a0aab3f81f87f99bfd8bf90cdaef927f3717.tar.bz2 upstream-a6f2a0aab3f81f87f99bfd8bf90cdaef927f3717.zip |
samba36: disable acl support to avoid picking up a dependency on libacl (#16988)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41509 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 \ |