From c816f6471a22a3a70a3da9014fc93133b2ca6199 Mon Sep 17 00:00:00 2001 From: DavidKorczynski Date: Thu, 7 Oct 2021 11:19:49 +0100 Subject: [PATCH] varnish: fix build (#6568) --- projects/varnish/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projects/varnish/build.sh b/projects/varnish/build.sh index 21eeb7768..3a7f24836 100755 --- a/projects/varnish/build.sh +++ b/projects/varnish/build.sh @@ -22,5 +22,6 @@ make -j2 -C include/ make -j2 -C lib/libvarnish/ make -j2 -C lib/libvgz/ -make -j2 -C bin/varnishd/ VSC_main.c esi_parse_fuzzer +make -j2 -C lib/libvsc/ +make -j2 -C bin/varnishd/ esi_parse_fuzzer cp bin/varnishd/*_fuzzer $OUT/