diff --git a/projects/wireshark/build.sh b/projects/wireshark/build.sh index 09cb00123..761d93aa5 100755 --- a/projects/wireshark/build.sh +++ b/projects/wireshark/build.sh @@ -26,7 +26,7 @@ cp -a $SRC/wireshark-fuzzdb/samples/* "$SAMPLES_DIR" # compile static version of libs # XXX, with static wireshark linking each fuzzer binary is ~240 MB (just libwireshark.a is 423 MBs). # XXX, wireshark is not ready for including static plugins into binaries. -CONFOPTS="--disable-shared --enable-static --without-plugins" +CONFOPTS="--disable-shared --enable-static --disable-plugins" # disable optional dependencies CONFOPTS="$CONFOPTS --without-pcap --without-ssl --without-gnutls"