]> xenbits.xensource.com Git - xen.git/commitdiff
Make stubdom compile on systems with libvde installed
authorKeir Fraser <keir.fraser@citrix.com>
Tue, 17 Mar 2009 14:21:18 +0000 (14:21 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Tue, 17 Mar 2009 14:21:18 +0000 (14:21 +0000)
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>
stubdom/Makefile

index 9263223059630bcfe5959bc44ea344d0d88f08e5..01b6e02d08dc7890c3f0b79b4c09d445583356d9 100644 (file)
@@ -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)