diff options
Diffstat (limited to 'net-analyzer/wireshark/files')
-rw-r--r-- | net-analyzer/wireshark/files/wireshark-2.9.0-tfshark-libm.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-analyzer/wireshark/files/wireshark-2.9.0-tfshark-libm.patch b/net-analyzer/wireshark/files/wireshark-2.9.0-tfshark-libm.patch new file mode 100644 index 00000000000..40082c43501 --- /dev/null +++ b/net-analyzer/wireshark/files/wireshark-2.9.0-tfshark-libm.patch @@ -0,0 +1,10 @@ +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -2314,6 +2314,7 @@ + + if(BUILD_tfshark) + set(tfshark_LIBS ++ m + ui + wiretap + epan |