[Wireshark-bugs] [Bug 16790] CMake: options for static build fail with make and ninja

2020-08-21 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=16790

--- Comment #1 from Matthew Weant  ---
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 
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

[Wireshark-bugs] [Bug 16790] CMake: options for static build fail with make and ninja

2020-08-18 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=16790

Matthew Weant  changed:

   What|Removed |Added

 CC||mswe...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
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