From 6accaefe22b350bdc5b9929a5535af92e3346130 Mon Sep 17 00:00:00 2001 From: gixxpunk Date: Sat, 7 Oct 2017 21:36:03 +0200 Subject: [PATCH] - samba: disable sys-quotas --- make/system-tools.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/make/system-tools.mk b/make/system-tools.mk index 30f2f0c7..e406d368 100644 --- a/make/system-tools.mk +++ b/make/system-tools.mk @@ -507,6 +507,7 @@ $(D)/samba-hd1: $(D)/zlib $(ARCHIVE)/samba-$(SAMBA33_VER).tar.gz | $(TARGETPREFI --with-configdir=/etc/samba \ --with-privatedir=/etc/samba \ --with-modulesdir=/.remove \ + --with-sys-quotas=no \ --with-piddir=/tmp \ --enable-static \ --disable-shared \ @@ -574,6 +575,7 @@ $(D)/samba-hd2: $(D)/zlib $(ARCHIVE)/samba-$(SAMBA36_VER).tar.gz | $(TARGETPREFI --with-privatedir=/etc/samba \ --with-modulesdir=/.remove \ --with-piddir=/tmp \ + --with-sys-quotas=no \ --enable-static \ --disable-shared \ --without-acl-support \