From: Remi Gacogne Date: Wed, 3 Nov 2021 15:43:04 +0000 (+0100) Subject: auth: pdns_control needs to be linked against libcrypto now X-Git-Tag: rec-4.6.0-beta1~10^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F10945%2Fhead;p=thirdparty%2Fpdns.git auth: pdns_control needs to be linked against libcrypto now --- diff --git a/pdns/Makefile.am b/pdns/Makefile.am index 3bdef54205..2c979e10e8 100644 --- a/pdns/Makefile.am +++ b/pdns/Makefile.am @@ -1481,6 +1481,10 @@ pdns_control_SOURCES = \ statbag.cc \ unix_utility.cc +pdns_control_LDFLAGS = \ + $(AM_LDFLAGS) \ + $(LIBCRYPTO_LDFLAGS) + if UNIT_TESTS noinst_PROGRAMS = testrunner if HAVE_BOOST_GE_148