Skip to content
Snippets Groups Projects
Commit 6977bde2 authored by Guido Günther's avatar Guido Günther
Browse files

enable vbox support

parent ec2fd52a
No related branches found
No related tags found
No related merge requests found
......@@ -5,8 +5,10 @@ DEB_DH_INSTALL_SOURCEDIR = debian/tmp
ifneq (,$(findstring $(DEB_HOST_ARCH), i386 amd64))
BUILD_XEN=--with-xen
BUILD_VBOX=--with-vbox
else
BUILD_XEN=--without-xen
BUILD_VBOX=--without-vbox
endif
include /usr/share/cdbs/1/rules/debhelper.mk
......@@ -30,7 +32,8 @@ DEB_CONFIGURE_EXTRA_FLAGS := \
--with-init-scripts=none \
--without-numactl \
--enable-debug \
$(BUILD_XEN)
$(BUILD_XEN) \
$(BUILD_VBOX)
DEB_DBG_PACKAGES = libvirt0-dbg
DEB_DBG_PACKAGE_libvirt0 = libvirt0-dbg
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment