Skip to content

Commit 55eb1a7

Browse files
authored
powerdns: Properly use LIB_FUZZING_ENGINE when building with meson (#15546)
Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
1 parent 6353d12 commit 55eb1a7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

projects/powerdns/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ if [ -f dnsdistdist/fuzz_dnsdistcache.cc ]; then
7878
build_dir='build'
7979
CC_LD=lld CXX_LD=lld meson setup \
8080
-D fuzz-targets=true \
81+
-D fuzzer_ldflags=${LIB_FUZZING_ENGINE} \
8182
-D b_pie=false \
8283
-D yaml=disabled \
8384
${build_dir}

0 commit comments

Comments
 (0)