aboutsummaryrefslogtreecommitdiffstats
path: root/stubdom/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-03-17 14:21:18 +0000
committerKeir Fraser <keir.fraser@citrix.com>2009-03-17 14:21:18 +0000
commit60158182b4ff9dfeea12703d040ece4461c795ad (patch)
tree6bcb4c91f372afb24c388cb69a7c0f68ce8b7e07 /stubdom/Makefile
parentdd3b3946f72af7ac3489f258deadfa7e04c75d44 (diff)
downloadxen-60158182b4ff9dfeea12703d040ece4461c795ad.tar.gz
xen-60158182b4ff9dfeea12703d040ece4461c795ad.tar.bz2
xen-60158182b4ff9dfeea12703d040ece4461c795ad.zip
Make stubdom compile on systems with libvde installed
We need to disable libvde in the stubdom qemu-xen configuration. Thanks to Jun Koi for the report and testing. Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'stubdom/Makefile')
-rw-r--r--stubdom/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/stubdom/Makefile b/stubdom/Makefile
index 9263223059..01b6e02d08 100644
--- a/stubdom/Makefile
+++ b/stubdom/Makefile
@@ -7,7 +7,7 @@ export stubdom=y
export debug=y
include $(XEN_ROOT)/Config.mk
-IOEMU_OPTIONS=--disable-sdl --disable-opengl --disable-vnc-tls --disable-brlapi --disable-kqemu
+IOEMU_OPTIONS=--disable-sdl --disable-opengl --disable-vnc-tls --disable-brlapi --disable-kqemu --disable-vde
#ZLIB_URL?=http://www.zlib.net
ZLIB_URL=$(XEN_EXTFILES_URL)