zeek: add extra configure option (#5671)

* zeek: add extra configure option

* zeek: Disable afl-fuzz
diff --git a/projects/zeek/build.sh b/projects/zeek/build.sh
index 996fe9c..bd6c570 100644
--- a/projects/zeek/build.sh
+++ b/projects/zeek/build.sh
@@ -20,12 +20,12 @@
                 --build-type=debug \
                 --generator=Ninja \
                 --enable-fuzzers \
+                --enable-mobile-ipv6 \
                 --disable-python \
                 --disable-zeekctl \
                 --disable-auxtools \
                 --disable-broker-tests
 
-
 cd build
 ninja install
 
diff --git a/projects/zeek/project.yaml b/projects/zeek/project.yaml
index b0239da..5d1b068 100644
--- a/projects/zeek/project.yaml
+++ b/projects/zeek/project.yaml
@@ -11,6 +11,9 @@
   - "vern@corelight.com"
   - "vlad@es.net"
   - "dominik.charousset@corelight.com"
+fuzzing_engines:
+  - libfuzzer
+  - honggfuzz
 sanitizers:
   - address
 main_repo: 'https://github.com/zeek/zeek'