]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Directly link against needed libraries
authorGuido Günther <agx@sigxcpu.org>
Mon, 12 Aug 2013 19:13:14 +0000 (21:13 +0200)
committerGuido Günther <agx@sigxcpu.org>
Mon, 12 Aug 2013 20:53:44 +0000 (22:53 +0200)
commit6ba0b7d2b45c39420ae87dcdb3ca866a671157ca
tree5fa288a35495a7af735162ebb137e0cf7fba5e61
parent0adc2b977d76c18f46a20135eb257f234f49d5d8
Directly link against needed libraries

otherwise having a strict --no-copy-dt-needed-entries fails in several
places like:

    CCLD     virdbustest
    /usr/bin/ld: virdbustest-virdbustest.o: undefined reference to symbol 'dbus_message_unref'
    /lib/x86_64-linux-gnu/libdbus-1.so.3: error adding symbols: DSO missing from command line
    collect2: error: ld returned 1 exit status
src/Makefile.am
tests/Makefile.am