From 6f2c200320d3753389181bb588a7661f0f84fadc 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 a5a3106..6c0c8b9 100644 --- a/samba.spec +++ b/samba.spec @@ -1149,6 +1149,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} \