From 3dbcc5866c480ae33e15a0089f9b8460a99f715e Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Fri, 10 Jan 2025 09:36:22 +0100 Subject: [PATCH] dnsdist:: add -lssl to testrunner link, needed on OpenBSD at least --- pdns/dnsdistdist/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/pdns/dnsdistdist/Makefile.am b/pdns/dnsdistdist/Makefile.am index 2e445dff40..cf53f3335b 100644 --- a/pdns/dnsdistdist/Makefile.am +++ b/pdns/dnsdistdist/Makefile.am @@ -422,6 +422,7 @@ endif if HAVE_LIBSSL dnsdist_LDADD += $(LIBSSL_LIBS) +testrunner_LDADD += $(LIBSSL_LIBS) endif if HAVE_XSK -- 2.47.2