debuggers.hg
changeset 19404:0b1ce09f4577
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>
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>
author | Keir Fraser <keir.fraser@citrix.com> |
---|---|
date | Tue Mar 17 14:21:18 2009 +0000 (2009-03-17) |
parents | 2dcdd2fcb945 |
children | 9c1be8f2013b |
files | stubdom/Makefile |
line diff
1.1 --- a/stubdom/Makefile Tue Mar 17 13:21:46 2009 +0000 1.2 +++ b/stubdom/Makefile Tue Mar 17 14:21:18 2009 +0000 1.3 @@ -7,7 +7,7 @@ export stubdom=y 1.4 export debug=y 1.5 include $(XEN_ROOT)/Config.mk 1.6 1.7 -IOEMU_OPTIONS=--disable-sdl --disable-opengl --disable-vnc-tls --disable-brlapi --disable-kqemu 1.8 +IOEMU_OPTIONS=--disable-sdl --disable-opengl --disable-vnc-tls --disable-brlapi --disable-kqemu --disable-vde 1.9 1.10 #ZLIB_URL?=http://www.zlib.net 1.11 ZLIB_URL=$(XEN_EXTFILES_URL)