From 5b05e4f5775f4350d401bb0fd90987da0d93e7f3 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Mon, 2 Dec 2024 10:20:34 -0800 Subject: [PATCH] Wireshark: Update a CMake option Logray is now Stratoshark. Signed-off-by: Gerald Combs --- projects/wireshark/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/wireshark/build.sh b/projects/wireshark/build.sh index 3f172ce9deb0..676dbf780302 100755 --- a/projects/wireshark/build.sh +++ b/projects/wireshark/build.sh @@ -37,7 +37,7 @@ CMAKE_DEFINES="$CMAKE_DEFINES -DENABLE_PCAP=OFF -DENABLE_GNUTLS=OFF" # There is no need to manually disable programs via BUILD_xxx=OFF since the # all-fuzzers targets builds the minimum required binaries. However we do have # to disable the Qt GUI and sharkd or else the cmake step will fail. -CMAKE_DEFINES="$CMAKE_DEFINES -DBUILD_wireshark=OFF -DBUILD_logray=OFF -DBUILD_sharkd=OFF" +CMAKE_DEFINES="$CMAKE_DEFINES -DBUILD_wireshark=OFF -DBUILD_stratoshark=OFF -DBUILD_sharkd=OFF" cd "$WIRESHARK_BUILD_PATH"