aboutsummaryrefslogtreecommitdiff
path: root/projects/wireshark
diff options
context:
space:
mode:
authorjwzawadzki <jbwzawadzki@gmail.com>2017-12-11 02:26:53 +0100
committerMax Moroz <dor3s1@gmail.com>2017-12-10 17:26:53 -0800
commit8d5d43af294f39b2a34e4877fb66a3c65ac649fe (patch)
tree3a8f2ed5af6e121d4a9b094fabd3fee9ff3c676a /projects/wireshark
parent45602236a8ea223646b376ceb28aeb1316cd635f (diff)
downloadoss-fuzz-8d5d43af294f39b2a34e4877fb66a3c65ac649fe.tar.gz
[wireshark] disable bulding fuzzshark (#1029)
I added auto-building fuzzshark to wireshark, to avoid oss-fuzz build being broken, but it actually broke the build: Step #3: CC tools/oss-fuzzshark/fuzzshark-fuzzshark.o Step #3: CC tools/oss-fuzzshark/fuzzshark-StandaloneFuzzTargetMain.o Step #3: CCLD fuzzshark Step #3: /usr/bin/ld: epan/.libs/libwireshark.a(packet-ipsec.o): undefined reference to symbol 'gpg_strerror@@GPG_ERROR_1.0' Step #3: //lib/x86_64-linux-gnu/libgpg-error.so.0: error adding symbols: DSO missing from command line Step #3: clang-6.0: error: linker command failed with exit code 1 (use -v to see invocation) Step #3: Makefile:1821: recipe for target 'fuzzshark' failed
Diffstat (limited to 'projects/wireshark')
-rwxr-xr-xprojects/wireshark/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/wireshark/build.sh b/projects/wireshark/build.sh
index 761d93aa5..dc8407d91 100755
--- a/projects/wireshark/build.sh
+++ b/projects/wireshark/build.sh
@@ -35,7 +35,7 @@ CONFOPTS="$CONFOPTS --without-pcap --without-ssl --without-gnutls"
CONFOPTS="$CONFOPTS --disable-wireshark --disable-tshark --disable-sharkd \
--disable-dumpcap --disable-capinfos --disable-captype --disable-randpkt --disable-dftest \
--disable-editcap --disable-mergecap --disable-reordercap --disable-text2pcap \
- --without-extcap \
+ --without-extcap --disable-fuzzshark \
"
# Fortify and asan don't like each other ... :(