From: Remi Gacogne Date: Thu, 12 Sep 2024 15:53:35 +0000 (+0200) Subject: dnsdist: Add now needed sodium libs to the cache fuzzer X-Git-Tag: rec-5.2.0-alpha1~24^2~3^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25781b1700c29018ae6bb2fef2f3876ecd9d3558;p=thirdparty%2Fpdns.git dnsdist: Add now needed sodium libs to the cache fuzzer --- 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 = \