Friday, July 6, 2018

[389-commits] [389-ds-base] 01/01: Ticket 49832 - remove tcmalloc references

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 185963ef3a51b518896d49d9f564d9eb7b6fe925
Author: Mark Reynolds <mreynolds@redhat.com>
Date: Fri Jul 6 12:48:58 2018 -0400

Ticket 49832 - remove tcmalloc references

Description: We now bundle jemalloc, so stop building the server
with tcmalloc.

https://pagure.io/389-ds-base/issue/49832

Reviewed by: mreynolds(one line commit rule)
---
Makefile.am | 4 +---
configure.ac | 2 --
m4/tcmalloc.m4 | 46 ----------------------------------------------
3 files changed, 1 insertion(+), 51 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 2ba98bd..16e3f58 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -177,7 +177,6 @@ PCRE_LINK = @pcre_lib@ -lpcre
NETSNMP_LINK = @netsnmp_lib@ @netsnmp_link@
PAM_LINK = -lpam
KERBEROS_LINK = $(kerberos_lib)
-TCMALLOC_LINK = @tcmalloc_lib@
EVENT_LINK = @event_lib@

LIBSOCKET=@LIBSOCKET@
@@ -193,8 +192,7 @@ if HPUX
AM_LDFLAGS = -lpthread
else
#AM_LDFLAGS = -Wl,-z,defs
-# Provide the tcmalloc links if needed
-AM_LDFLAGS = $(RUST_LDFLAGS) $(ASAN_CFLAGS) $(MSAN_CFLAGS) $(TSAN_CFLAGS) $(UBSAN_CFLAGS) $(PROFILING_LINKS) $(TCMALLOC_LINK) $(CLANG_LDFLAGS)
+AM_LDFLAGS = $(RUST_LDFLAGS) $(ASAN_CFLAGS) $(MSAN_CFLAGS) $(TSAN_CFLAGS) $(UBSAN_CFLAGS) $(PROFILING_LINKS) $(CLANG_LDFLAGS)
endif

No comments:

Post a Comment