diff --git a/projects/zeek/build.sh b/projects/zeek/build.sh index 5e12504a0..996fe9c12 100644 --- a/projects/zeek/build.sh +++ b/projects/zeek/build.sh @@ -25,6 +25,7 @@ CFLAGS="${CFLAGS} -pthread" CXXFLAGS="${CXXFLAGS} -pthread" \ --disable-auxtools \ --disable-broker-tests + cd build ninja install diff --git a/projects/zeek/project.yaml b/projects/zeek/project.yaml index 3cd5de3b8..963882909 100644 --- a/projects/zeek/project.yaml +++ b/projects/zeek/project.yaml @@ -10,9 +10,6 @@ auto_ccs: - "justin@corelight.com" - "vern@corelight.com" - "vlad@es.net" -fuzzing_engines: - - libfuzzer - - honggfuzz sanitizers: - address main_repo: 'https://github.com/zeek/zeek'