aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2021-06-04 18:26:45 +0200
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2021-06-05 02:31:39 +0200
commit686bb6c596c1574310b340160dfeb08df8dff81c (patch)
treec8cb1f868c4c6d9030cce1b65ca7efb203167a68 /contrib
parent9fa78ca99e32c0f27b6071cc2ddffdf43cb9b9d4 (diff)
downloadsciteco-686bb6c596c1574310b340160dfeb08df8dff81c.tar.gz
when not replacing malloc with dlmalloc (--disable-malloc-replacement), don't build an empty libdlmalloc
* on some platforms (eg. Darwin/mac OS) we cannot apparently build empty convenience libraries * instead, we use conditional subdirectories and a conditional library dependency
Diffstat (limited to 'contrib')
-rw-r--r--contrib/dlmalloc/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/dlmalloc/Makefile.am b/contrib/dlmalloc/Makefile.am
index 8df52cb..f9e35dd 100644
--- a/contrib/dlmalloc/Makefile.am
+++ b/contrib/dlmalloc/Makefile.am
@@ -19,6 +19,4 @@ AM_CFLAGS = -fno-optimize-strlen
endif
noinst_LTLIBRARIES = libdlmalloc.la
-if REPLACE_MALLOC
libdlmalloc_la_SOURCES = malloc.c malloc.h
-endif