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
This commit is contained in:
Robert Frohl 2022-01-18 10:32:42 +01:00
parent 9db22e8439
commit ca61ee833a
No known key found for this signature in database
GPG Key ID: 089EDB3D230A2404
1 changed files with 1 additions and 1 deletions

View File

@ -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