]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: dnsdist's fuzzing target needs to link against arc4random 13223/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 7 Sep 2023 11:08:27 +0000 (13:08 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 7 Sep 2023 11:08:27 +0000 (13:08 +0200)
On systems that do not provide arc4random we actually need to link
the internal library in.

pdns/dnsdistdist/Makefile.am

index 03dfda66e1b8561f994baaf734278e06ddde45e5..c39015d50f937a64f6f84695b2c4e060e2202333 100644 (file)
@@ -483,6 +483,7 @@ bin_PROGRAMS += \
 
 fuzz_targets_libs = \
        $(LIBCRYPTO_LIBS) \
+       $(ARC4RANDOM_LIBS) \
        $(LIB_FUZZING_ENGINE)
 
 fuzz_targets_ldflags = \