From ca61ee833ac886345ae5e6f4c239da7eae72f027 Mon Sep 17 00:00:00 2001 From: Robert Frohl Date: Tue, 18 Jan 2022 10:32:42 +0100 Subject: [PATCH] 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 --- wireshark.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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