]> xenbits.xensource.com Git - libvirt.git/commit
make sure libvirt is linked first
authorJan Palus <atler@pld-linux.org>
Mon, 5 Mar 2018 15:39:48 +0000 (16:39 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Mon, 5 Mar 2018 16:49:50 +0000 (16:49 +0000)
commit43523d7421a3cb0a729ce8a44a5843fbd0a96dcf
treee184aa353977ad874310c8086933fff5ee70f3e3
parent11819aee65b8ea71860526f529d86ab646b9cd1f
make sure libvirt is linked first

so it's not affected by flags that might be passed in $(*_LIBS) like
-L/usr/lib which might result in linking against system library and
requiring incorrect version of private symbols

Signed-off-by: Jan Palus <atler@pld-linux.org>
src/Makefile.am
src/lxc/Makefile.inc.am
tools/Makefile.am