[libvirt] [PATCH] Fix build with VirtualBox

Commit ba5f3c7c moved vbox driver into libvirtd but forgot to adapt daemon's Makefile.am. --- Pushed as a build breaker. daemon/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/daemon/Makefile.am b/daemon/Makefile.am index f48dc85..d064ebd 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -155,6 +155,10 @@ if WITH_UML libvirtd_LDADD += ../src/libvirt_driver_uml.la endif +if WITH_VBOX + libvirtd_LDADD += ../src/libvirt_driver_vbox.la +endif + if WITH_STORAGE libvirtd_LDADD += ../src/libvirt_driver_storage.la endif -- 1.8.2.1

On 05/16/2013 03:02 PM, Jiri Denemark wrote:
Commit ba5f3c7c moved vbox driver into libvirtd but forgot to adapt daemon's Makefile.am.
We have another problem, not fixed yet, in that the new vbox .so driver module needs a separate sub-package called out in the spec file before 'make rpm' will work. I don't know if I'll get to that today, or if someone else wants to beat me to it. -- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org

On Thu, May 16, 2013 at 03:32:17PM -0600, Eric Blake wrote:
On 05/16/2013 03:02 PM, Jiri Denemark wrote:
Commit ba5f3c7c moved vbox driver into libvirtd but forgot to adapt daemon's Makefile.am.
We have another problem, not fixed yet, in that the new vbox .so driver module needs a separate sub-package called out in the spec file before 'make rpm' will work. I don't know if I'll get to that today, or if someone else wants to beat me to it.
I'm testing a fix for that & will post when the build succeeds. Daniel -- |: http://berrange.com -o- http://www.flickr.com/photos/dberrange/ :| |: http://libvirt.org -o- http://virt-manager.org :| |: http://autobuild.org -o- http://search.cpan.org/~danberr/ :| |: http://entangle-photo.org -o- http://live.gnome.org/gtk-vnc :|
participants (3)
-
Daniel P. Berrange
-
Eric Blake
-
Jiri Denemark