aboutsummaryrefslogtreecommitdiffstats
path: root/capture
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2023-01-30 13:14:25 -0800
committerGerald Combs <gerald@wireshark.org>2023-01-30 22:30:56 +0000
commit894e8c46c6789ddcaf567dad573aa4823dd4035f (patch)
tree3f3310dc02eaf438420f3bedffb7d793618e2e63 /capture
parentabb0e7e9e543d8f536ef4860c6cc2a9d0bf03112 (diff)
Revert "Enable rpathification and working relocation on Linux"
This reverts commit 7a346c398a911a9883cc67f12542f04f87a21ee8.
Diffstat (limited to 'capture')
-rw-r--r--capture/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/capture/CMakeLists.txt b/capture/CMakeLists.txt
index f899667156..f25ddb31e6 100644
--- a/capture/CMakeLists.txt
+++ b/capture/CMakeLists.txt
@@ -48,9 +48,9 @@ add_library(caputils STATIC
target_link_libraries(caputils
PUBLIC
+ wsutil
$<$<BOOL:${PCAP_FOUND}>:pcap::pcap>
PRIVATE
- wsutil_static
${NL_LIBRARIES}
${WIN_IPHLPAPI_LIBRARY}
)