This is an automated email from the git hooks/post-receive script.
vashirov pushed a change to branch master in repository 389-ds-base.
from 043b3c9 Ticket 49297 - improve search perf in bpt by removing a deref new ddf1c6d Issue 49306 - make -f rpm.mk rpms produces build without tcmalloc enabled
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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
This is an automated email from the git hooks/post-receive script.
vashirov pushed a commit to branch master in repository 389-ds-base.
commit ddf1c6d55465c55bff819d0d6a7b32888eb1d68d Author: Viktor Ashirov vashirov@redhat.com Date: Thu Jun 29 16:22:36 2017 +0200
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 5120419..1e5c2cf 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.
389-commits@lists.fedoraproject.org