libvirt/m4
Michal Privoznik 7c8250d765 wireshark: Install to generic plugin directory
There has been a report on the list [1] that we are not
installing the wireshark dissector into the correct plugin
directory. And in fact we are not. The problem is, the plugin
directory path is constructed at compile time. However, it's
dependent on the wireshark version, e.g.

  /usr/lib/wireshark/plugins/1.12.6

This is rather unfortunate, because if libvirt RPMs were built
with one version, but installed on a system with newer one, the
plugins are not really loaded. This problem lead fedora packagers
to unify plugin path to:

  /usr/lib/wireshark/plugins/

Cool! But this was enabled just in wireshark-1.12.6-4. Therefore,
we must require at least that version.

And while at it, on some distributions, the wireshark.pc file
already has a variable that defines where plugin dir is. Use that
if possible.

1: https://www.redhat.com/archives/libvirt-users/2015-October/msg00063.html

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
2015-10-29 13:55:06 +01:00
..
virt-apparmor.m4
virt-attr.m4
virt-audit.m4
virt-avahi.m4
virt-blkid.m4
virt-capng.m4
virt-compile-pie.m4 maint: extend PIE support check 2015-05-11 20:08:47 +03:00
virt-compile-warnings.m4 maint: update to latest gnulib 2015-05-26 10:53:12 -06:00
virt-curl.m4
virt-dbus.m4
virt-driver-bhyve.m4
virt-driver-vz.m4 virt-driver-vz: Require parallels-7.0.22 at least 2015-07-13 19:46:10 +03:00
virt-fuse.m4
virt-gluster.m4
virt-hal.m4
virt-lib.m4
virt-linker-no-indirect.m4
virt-linker-relro.m4
virt-netcf.m4
virt-numactl.m4
virt-openwsman.m4
virt-pciaccess.m4
virt-pkgconfig-back-compat.m4
virt-readline.m4
virt-result.m4
virt-sanlock.m4
virt-sasl.m4
virt-selinux.m4
virt-ssh2.m4
virt-systemd-daemon.m4
virt-udev.m4
virt-wireshark.m4 wireshark: Install to generic plugin directory 2015-10-29 13:55:06 +01:00
virt-yajl.m4