lighttpd: match upstream changes to fix build (#6872)

This commit is contained in:
DavidKorczynski 2021-11-20 14:31:29 +00:00 committed by GitHub
parent 94538e6cb2
commit f565fc54fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,4 +20,4 @@
make
cd src
$CC $CFLAGS -c $SRC/fuzz_burl.c -I. -I../include
$CXX $CXXFLAGS $LIB_FUZZING_ENGINE fuzz_burl.o burl.o buffer.o base64.o ck.o -o $OUT/fuzz_burl
$CXX $CXXFLAGS $LIB_FUZZING_ENGINE fuzz_burl.o lighttpd-burl.o lighttpd-buffer.o lighttpd-base64.o lighttpd-ck.o -o $OUT/fuzz_burl