From: Keir Fraser Date: Tue, 17 Mar 2009 14:21:18 +0000 (+0000) Subject: Make stubdom compile on systems with libvde installed X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~13992^2~60 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=60158182b4ff9dfeea12703d040ece4461c795ad;p=xen.git 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 --- 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)