]> granicus.if.org Git - pdns/commitdiff
potentially get travis to build us correctly again
authorbert hubert <bert.hubert@netherlabs.nl>
Wed, 25 Nov 2015 18:15:15 +0000 (19:15 +0100)
committerbert hubert <bert.hubert@netherlabs.nl>
Wed, 25 Nov 2015 18:15:15 +0000 (19:15 +0100)
pdns/Makefile.am

index d90d7dca86b2dbc3a72162cbb6deb13530cd678e..2af90eb98bcbe9d0f4114d9962535f5e4148c1b7 100644 (file)
@@ -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