aboutsummaryrefslogtreecommitdiffstats
path: root/wireshark.pc.in
diff options
context:
space:
mode:
authorRobert Frohl <rfrohl@suse.com>2022-01-18 10:32:42 +0100
committerRobert Frohl <rfrohl@suse.com>2022-01-18 10:34:24 +0100
commitca61ee833ac886345ae5e6f4c239da7eae72f027 (patch)
tree09d010ac72f6f5b5d449998ecfc438e5658a6e5a /wireshark.pc.in
parent9db22e8439c2264141f5fc8093353ea44563deb5 (diff)
wmem_alloc() moved from libwireshark.so to libwsutil.so with 3.6.x
Some external plugins use wmem_alloc() like wireshark-plugin-libvirt. The linker needs to find it it after the move. Fixes wireshark/wireshark#17889
Diffstat (limited to 'wireshark.pc.in')
-rw-r--r--wireshark.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/wireshark.pc.in b/wireshark.pc.in
index 588917812b..e755614bba 100644
--- a/wireshark.pc.in
+++ b/wireshark.pc.in
@@ -10,5 +10,5 @@ Description: Network Packet Dissection Library
Version: @VERSION@
Requires: glib-2.0, gmodule-2.0, gthread-2.0
-Libs: -L${libdir} -lwireshark
+Libs: -L${libdir} -lwireshark -lwsutil
Cflags: -I${includedir}/wireshark