From 25781b1700c29018ae6bb2fef2f3876ecd9d3558 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Thu, 12 Sep 2024 17:53:35 +0200 Subject: [PATCH] dnsdist: Add now needed sodium libs to the cache fuzzer --- pdns/dnsdistdist/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pdns/dnsdistdist/Makefile.am b/pdns/dnsdistdist/Makefile.am index 206355bf71..14ee65d2fe 100644 --- a/pdns/dnsdistdist/Makefile.am +++ b/pdns/dnsdistdist/Makefile.am @@ -538,8 +538,9 @@ bin_PROGRAMS += \ $(fuzz_targets_programs) fuzz_targets_libs = \ - $(LIBCRYPTO_LIBS) \ $(ARC4RANDOM_LIBS) \ + $(LIBCRYPTO_LIBS) \ + $(LIBSODIUM_LIBS) \ $(LIB_FUZZING_ENGINE) fuzz_targets_ldflags = \ -- 2.47.2