mirror of https://github.com/google/oss-fuzz.git
Update the `oss-fuzz` build instructions for ProFTPD, to match changes in the project's build. (#6220)
This commit is contained in:
parent
34de2bfce3
commit
486d261fb0
|
@ -34,9 +34,10 @@ find . -name "*.o" -exec ar rcs fuzz_lib.a {} \;
|
|||
$NEW_CC_FLAG -c $SRC/fuzzer.c -o fuzzer.o
|
||||
$CC $CXXFLAGS $LIB_FUZZING_ENGINE fuzzer.o -o $OUT/fuzzer \
|
||||
src/scoreboard.o \
|
||||
lib/prbase.a \
|
||||
fuzz_lib.a \
|
||||
-L/src/proftpd/lib \
|
||||
-lsupp -lcrypt -pthread
|
||||
-lcrypt -pthread
|
||||
|
||||
# Build seed corpus
|
||||
cd $SRC
|
||||
|
|
Loading…
Reference in New Issue