From c818aff06a9d80c4b86d82dd6e49f085b5ed7cd4 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 15 Nov 2021 11:14:50 +0100 Subject: [PATCH] Always build with quota support We want that the build fails, if we don't have quota support. --- samba.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/samba.spec b/samba.spec index 7b25cbb..5679aab 100644 --- a/samba.spec +++ b/samba.spec @@ -1147,6 +1147,7 @@ export LDFLAGS="%{__global_ldflags} -fuse-ld=gold" %endif --with-profiling-data \ --with-systemd \ + --with-quotas \ --systemd-install-services \ --with-systemddir=/usr/lib/systemd/system \ --systemd-smb-extra=%{_systemd_extra} \