]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist:: add -lssl to testrunner link, needed on OpenBSD at least 15026/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 10 Jan 2025 08:36:22 +0000 (09:36 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 10 Jan 2025 08:36:44 +0000 (09:36 +0100)
pdns/dnsdistdist/Makefile.am

index 2e445dff4082c93ac033ef40e729153d1dbc1930..cf53f3335bfefff161b080a6ae8916a821aaf177 100644 (file)
@@ -422,6 +422,7 @@ endif
 
 if HAVE_LIBSSL
 dnsdist_LDADD += $(LIBSSL_LIBS)
+testrunner_LDADD += $(LIBSSL_LIBS)
 endif
 
 if HAVE_XSK