]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
build: vbox: avoid build failure when linking with --no-add-needed
authorDiego Elio Pettenò <flameeyes@gmail.com>
Thu, 4 Mar 2010 15:48:10 +0000 (16:48 +0100)
committerJim Meyering <meyering@redhat.com>
Thu, 4 Mar 2010 16:25:22 +0000 (17:25 +0100)
commitc7434706a27391bdaf441bef3775d78df92a0f1e
tree7362303eba1fd4a4da2d4eec365d8c9dd9a67da0
parentfd04fbaaaf8deb4a7f94622c2c0bde506e36d62c
build: vbox: avoid build failure when linking with --no-add-needed

With the recent changes to the linking defaults in Fedora 13 (namely
enabling --no-add-needed behaviour by default), we have to pass the
dlopen()-providing libraries directly at the link of the module; use the
same AC_SEARCH_LIBS function as used before to look for it and add it to
the Makefile.
configure.ac
src/Makefile.am