From: Ruben Kerkhof Date: Sun, 25 Jan 2015 13:03:47 +0000 (+0100) Subject: Replace hardcoded -lcryptopp with variable X-Git-Tag: rec-3.7.0-rc2~33^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F2122%2Fhead;p=thirdparty%2Fpdns.git Replace hardcoded -lcryptopp with variable --- diff --git a/pdns/Makefile.am b/pdns/Makefile.am index 1f95851879..7a38be7fb1 100644 --- a/pdns/Makefile.am +++ b/pdns/Makefile.am @@ -293,7 +293,7 @@ endif if CRYPTOPP pdnssec_SOURCES += cryptoppsigners.cc -pdnssec_LDADD += -lcryptopp +pdnssec_LDADD += $(CRYPTOPP_LIBS) endif if ED25519