Skip to content
Snippets Groups Projects
Commit af131c77 authored by Christian Ehrhardt's avatar Christian Ehrhardt Committed by Guido Günther
Browse files

d/rules: drop the no more existing xen configure option

parent 6908cf53
No related branches found
No related tags found
No related merge requests found
......@@ -18,11 +18,9 @@ ifneq (,$(findstring $(DEB_HOST_ARCH_OS), linux))
WITH_VBOX = --without-vbox
endif
ifneq (,$(findstring $(DEB_HOST_ARCH), i386 amd64 armhf arm64))
WITH_XEN = --with-xen
WITH_LIBXL = --with-libxl
XEN_ENABLED = 1
else
WITH_XEN = --without-xen
WITH_LIBXL = --without-libxl
endif
MAKE_CHECK = 1
......@@ -84,7 +82,6 @@ else
WITH_APPARMOR = --without-apparmor
WITH_NSS_PLUGIN = --without-nss-plugin
WITH_DTRACE = --without-dtrace
WITH_XEN = --without-xen
WITH_LIBXL = --without-libxl
WITH_VBOX = --without-vbox
endif
......@@ -125,7 +122,6 @@ DEB_CONFIGURE_EXTRA_ARGS := \
$(WITH_MACVTAP) \
$(WITH_NETWORK) \
$(WITH_NETCF) \
$(WITH_XEN) \
$(WITH_LIBXL) \
$(WITH_VBOX) \
$(WITH_LXC) \
......
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