https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=16790
--- Comment #1 from Matthew Weant <mswe...@gmail.com> ---
I got the following to work for tshark and I'm testing other binaries as
options using a cache file with cmake:
set(CMAKE_C_FLAGS "--static -Wl,-Bstatic " CACHE STRING "Compile static")
set(CMAKE_CXX_FLAGS "--static" CACHE STRING "Compile static")
set(CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO "-Bstatic" CACHE STRING "Link
static")
--
You are receiving this mail because:
You are watching all bug changes.
___________________________________________________________________________
Sent via: Wireshark-bugs mailing list <wireshark-bugs@wireshark.org>
Archives: https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe