This is an automated email from the git hooks/post-receive script.
mreynolds pushed a change to branch master in repository 389-ds-base.
from 0349d01 Issue 49141 - Use tcmalloc by default new 82b8f9a Issue 49141 - Fix spec file for tcmalloc
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: rpm/389-ds-base.spec.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
This is an automated email from the git hooks/post-receive script.
mreynolds pushed a commit to branch master in repository 389-ds-base.
commit 82b8f9a51c6ed0bdcb33e540f1ec59a00d97bfde Author: Mark Reynolds mreynolds@redhat.com Date: Tue Feb 21 16:57:50 2017 -0500
Issue 49141 - Fix spec file for tcmalloc
Description: Set the TCAMMLOC_FLAGS in the wrong location - which broke rpm builds
https://pagure.io/389-ds-base/issue/49141
Reviewed by: mreynolds(one line commit rule) --- rpm/389-ds-base.spec.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/rpm/389-ds-base.spec.in b/rpm/389-ds-base.spec.in index ddd801c..ea7ff31 100644 --- a/rpm/389-ds-base.spec.in +++ b/rpm/389-ds-base.spec.in @@ -96,7 +96,6 @@ BuildRequires: libtool %if %{use_tcmalloc} BuildRequires: gperftools-devel Requires: gperftools-libs -TCMALLOC_FLAGS="--with-tcmalloc" %endif
# this is needed for using semanage from our setup scripts @@ -314,6 +313,10 @@ NUNC_STANS_FLAGS="--enable-nunc-stans --with-nunc-stans=../nunc-stans-%{nunc_sta ASAN_FLAGS="--enable-asan --enable-debug" %endif
+%if %{use_tcmalloc} +TCMALLOC_FLAGS="--with-tcmalloc" +%endif + # Rebuild the autotool artifacts now. autoreconf -fiv
389-commits@lists.fedoraproject.org