]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
fix up dnsdist compilation in main tree
authorbert hubert <bert.hubert@netherlabs.nl>
Sun, 8 Mar 2015 15:33:56 +0000 (16:33 +0100)
committerbert hubert <bert.hubert@netherlabs.nl>
Sun, 8 Mar 2015 15:33:56 +0000 (16:33 +0100)
pdns/Makefile.am

index bd05946bc4b842df68957e235f5d6be4e5a4fca7..c3c554fe1ca6bd448af078514faf0ac31e58a6c7 100644 (file)
@@ -557,7 +557,7 @@ dnstcpbench_LDADD = \
 
 dnsdist_SOURCES = \
        base32.cc \
-       base64.cc base64.hh \
+       base64.hh \
        dnsdist.cc \
        dnsdist-lua.cc \
        dnslabeltext.cc \
@@ -575,7 +575,7 @@ dnsdist_LDFLAGS = \
        $(BOOST_PROGRAM_OPTIONS_LDFLAGS)
 
 dnsdist_LDADD = \
-       $(POLARSSL_LIBS) -lreadline -lrt -ltermcap \
+       -lreadline -lrt -ltermcap \
        $(BOOST_PROGRAM_OPTIONS_LIBS) $(LUA_LIBS) ${libsodium_LIBS}
 
 nsec3dig_SOURCES = \