From: Ruben Kerkhof Date: Fri, 16 Jan 2015 12:14:43 +0000 (+0100) Subject: Let pkg-config determine botan dependency libs X-Git-Tag: rec-3.7.0-rc1~12^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9569b7532ea834f930bd02b17d198343a31e7770;p=thirdparty%2Fpdns.git Let pkg-config determine botan dependency libs --- diff --git a/pdns/Makefile.am b/pdns/Makefile.am index 97de3562fc..658784fc45 100644 --- a/pdns/Makefile.am +++ b/pdns/Makefile.am @@ -189,12 +189,12 @@ pdns_server_LDADD = \ if BOTAN110 pdns_server_SOURCES += botan110signers.cc botansigners.cc -pdns_server_LDADD += $(BOTAN110_LIBS) -lgmp -lrt +pdns_server_LDADD += $(BOTAN110_LIBS) endif if BOTAN18 pdns_server_SOURCES += botan18signers.cc botansigners.cc -pdns_server_LDADD += $(BOTAN18_LIBS) -lgmp +pdns_server_LDADD += $(BOTAN18_LIBS) endif if CRYPTOPP @@ -283,12 +283,12 @@ pdnssec_LDADD = \ if BOTAN110 pdnssec_SOURCES += botan110signers.cc botansigners.cc -pdnssec_LDADD += $(BOTAN110_LIBS) -lgmp -lrt +pdnssec_LDADD += $(BOTAN110_LIBS) endif if BOTAN18 pdnssec_SOURCES += botan18signers.cc botansigners.cc -pdnssec_LDADD += $(BOTAN18_LIBS) -lgmp +pdnssec_LDADD += $(BOTAN18_LIBS) endif if CRYPTOPP