zeek: Add libfl-dev dependency, remove mobile-ipv6 flag (#7745)

zeek: Add libfl-dev dependency, remove mobile-ipv6 flag, disable spicy plugin
This commit is contained in:
Tim Wojtulewicz 2022-05-25 14:41:36 -07:00 committed by GitHub
parent 379868d7a9
commit a6dbb91560
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -22,6 +22,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
ninja-build \
flex \
bison \
libfl-dev \
libpcap-dev \
libssl-dev \
libmaxminddb-dev \

View File

@ -20,11 +20,11 @@ CFLAGS="${CFLAGS} -pthread" CXXFLAGS="${CXXFLAGS} -pthread" \
--build-type=debug \
--generator=Ninja \
--enable-fuzzers \
--enable-mobile-ipv6 \
--disable-python \
--disable-zeekctl \
--disable-auxtools \
--disable-broker-tests
--disable-broker-tests \
--disable-spicy
cd build
ninja install