From ee32ea00ea061cb2a7a48bd1d1b95242bdd2c03e Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Wed, 3 Nov 2021 16:43:04 +0100 Subject: [PATCH] auth: pdns_control needs to be linked against libcrypto now --- pdns/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.47.2