From e352b3b3606773b52fcf2fe065ea4e1d596ed87f Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Sun, 25 Jan 2015 14:03:47 +0100 Subject: [PATCH] Replace hardcoded -lcryptopp with variable --- pdns/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/Makefile.am b/pdns/Makefile.am index 1f9585187..7a38be7fb 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 -- 2.40.0