From 639118da6e54c5bc397cedf9a867e0baecb1d922 Mon Sep 17 00:00:00 2001 From: Viktor Ashirov Date: Thu, 29 Jun 2017 16:22:36 +0200 Subject: [PATCH] Issue 49306 - make -f rpm.mk rpms produces build without tcmalloc enabled Bug Description: Configure option changed from --with-tcmalloc to --enable-tcmalloc, but provided spec file template was not updated. Fix Description: Update spec file template https://pagure.io/389-ds-base/issue/49306 Reviewed by: ??? --- rpm/389-ds-base.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpm/389-ds-base.spec.in b/rpm/389-ds-base.spec.in index 512041952..1e5c2cfd3 100644 --- a/rpm/389-ds-base.spec.in +++ b/rpm/389-ds-base.spec.in @@ -263,7 +263,7 @@ ASAN_FLAGS="--enable-asan --enable-debug" %endif %if %{use_tcmalloc} -TCMALLOC_FLAGS="--with-tcmalloc" +TCMALLOC_FLAGS="--enable-tcmalloc" %endif # Rebuild the autotool artifacts now. -- 2.13.0