]> xenbits.xensource.com Git - libvirt.git/commit
nodedev: Makefile: Use AM_LDFLAGS_MOD_NOUNDEF with the installed library
authorErik Skultety <eskultet@redhat.com>
Fri, 19 Jun 2020 12:43:24 +0000 (14:43 +0200)
committerErik Skultety <eskultet@redhat.com>
Fri, 19 Jun 2020 14:09:59 +0000 (16:09 +0200)
commit69a9b021a89c02edd8be7174adb32db859d254a6
treedd98991790709b2b54b8e47380e932753e7dfee0
parentdc6b219892e5a07773a783ce7a61bec0c277ee0f
nodedev: Makefile: Use AM_LDFLAGS_MOD_NOUNDEF with the installed library

Rather than using the AM_LDFLAGS_MOD_NOUNDEF options with the noinstall
library that will come out of libtool from
libvirt_driver_nodedev_impl_la, use it with the installed version
libvirt_driver_nodedev_la.

Broken-by-commit: c44bffb9
Fixes: https://ci.centos.org/job/libvirt-rpm/systems=libvirt-fedora-32/1155/
Signed-off-by: Erik Skultety <eskultet@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
src/node_device/Makefile.inc.am