From: bert hubert Date: Wed, 25 Nov 2015 18:15:15 +0000 (+0100) Subject: potentially get travis to build us correctly again X-Git-Tag: dnsdist-1.0.0-alpha1~200^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fcf589ada15757b25e6fd6a7f3a04ac91f43c2cb;p=pdns potentially get travis to build us correctly again --- diff --git a/pdns/Makefile.am b/pdns/Makefile.am index d90d7dca8..2af90eb98 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