From 770bceb898be8377240f1a72bfe9b573cd020519 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Tue, 13 Jun 2023 11:55:39 +0200 Subject: [PATCH] Add GGS_LIB to speedtest link if needed --- pdns/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/pdns/Makefile.am b/pdns/Makefile.am index 3424cbc7c9..0c73584470 100644 --- a/pdns/Makefile.am +++ b/pdns/Makefile.am @@ -1444,6 +1444,7 @@ testrunner_LDADD = \ if GSS_TSIG testrunner_LDADD += $(GSS_LIBS) +speedtest_LDADD += $(GSS_LIBS) endif if PKCS11 -- 2.47.2