From fcf589ada15757b25e6fd6a7f3a04ac91f43c2cb Mon Sep 17 00:00:00 2001 From: bert hubert Date: Wed, 25 Nov 2015 19:15:15 +0100 Subject: [PATCH] potentially get travis to build us correctly again --- pdns/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pdns/Makefile.am b/pdns/Makefile.am index d90d7dca86..2af90eb98b 100644 --- a/pdns/Makefile.am +++ b/pdns/Makefile.am @@ -1143,9 +1143,11 @@ pdns_recursor_SOURCES += pkcs11signers.cc pkcs11signers.hh pdns_recursor_LDADD += $(P11KIT1_LIBS) endif +pdns_recursor_LDFLAGS = $(AM_LDFLAGS) + if MALLOC_TRACE pdns_recursor_SOURCES += malloctrace.cc malloctrace.hh -pdns_recursor_LDFLAGS = $(AM_LDFLAGS) -rdynamic +pdns_recursor_LDFLAGS += -rdynamic endif if LUA -- 2.47.2