From 0867e962ba00f0f447a372c4d6fca2d04c5133cb Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 20 Nov 2020 15:15:40 +0100 Subject: [PATCH] Add back --with-profiling-data Should be enabled by default. --- samba.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/samba.spec b/samba.spec index e4beb11..8e05aee 100644 --- a/samba.spec +++ b/samba.spec @@ -950,6 +950,7 @@ export LDFLAGS="%{__global_ldflags} -fuse-ld=gold" %if %{with testsuite} --enable-selftest \ %endif + --with-profiling-data \ --with-systemd \ --systemd-install-services \ --with-systemddir=/usr/lib/systemd/system \