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: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F2932%2Fhead;p=thirdparty%2Fpdns.git potentially get travis to build us correctly again --- 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