From: Anthony PERARD Date: Tue, 8 Oct 2013 12:59:57 +0000 (+0100) Subject: qemu-xen: Set localstatedir to /var. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~6195 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f2831c3a4ac803541eaf0a5992665c06ee852441;p=xen.git qemu-xen: Set localstatedir to /var. This path is used by the QEMU build system to create the /run directory. If local-state-dir is not set, the result become $prefix/var which is not an acceptable path. Signed-off-by: Anthony PERARD Acked-by: Ian Campbell --- diff --git a/tools/Makefile b/tools/Makefile index 206b79aa51..b73f0a9d06 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -199,6 +199,7 @@ subdir-all-qemu-xen-dir: qemu-xen-dir-find -L$(XEN_ROOT)/tools/xenstore" \ --bindir=$(LIBEXEC) \ --datadir=$(SHAREDIR)/qemu-xen \ + --localstatedir=/var \ --disable-kvm \ --disable-docs \ --disable-guest-agent \