]> git.ipfire.org Git - thirdparty/libvirt.git/commit
m4: readline: Add gross kludge for include path
authorAndrea Bolognani <abologna@redhat.com>
Tue, 9 Apr 2019 11:48:47 +0000 (13:48 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Fri, 12 Apr 2019 14:22:32 +0000 (16:22 +0200)
commitdfe06e6202e4196938945f81a1ba0911875fcba3
tree347751f9d4e0708d144cef2291464ef9f5b39004
parentc98de2173e95a1066ed37b16f3932bf11f880848
m4: readline: Add gross kludge for include path

Unfortunately the data reported by pkg-config is not completely
accurate, so until the issue has been fixed in readline we need
to work around it in libvirt.

The good news is that we only need the fix to land in FreeBSD
ports and macOS homebrew before we can drop the kludge, so
we're talking months rather than years.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
m4/virt-readline.m4