oss-fuzz/projects/wireshark
Peter Wu f2b4a02601 [wireshark] fix build, simplify build configuration (#1895)
Since Wireshark v2.9.0rc0-2266-g7e88bb5e53, building fuzzing binaries is
better integrated in the Wireshark build system. While that change was
supposed to be backwards compatible, unfortunately the resulting fuzzer
binaries are dynamically linked due to how cmake caches library paths.
The very first cmake invocation must be invoked with -DOSS_FUZZ=ON.

Changes:
- Use ninja for better control of parallel linker jobs.
- Installing files (make install) is no longer needed.
- Avoid setting a long list of cmake options (BUILD_xxx=OFF).
- Remove fortify comment, it does not belong here.
- Remove lemon workaround, it is fixed since v2.9.0rc0-2273-gbb2caa2a9f.
2018-10-22 09:11:59 -07:00
..
Dockerfile [wireshark] fix build, simplify build configuration (#1895) 2018-10-22 09:11:59 -07:00
build.sh [wireshark] fix build, simplify build configuration (#1895) 2018-10-22 09:11:59 -07:00
project.yaml [wireshark] Add myself to project.yaml (#1127) 2018-01-30 10:03:08 -08:00