aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony PERARD <anthony.perard@citrix.com>2013-10-08 13:59:57 +0100
committerIan Campbell <ian.campbell@citrix.com>2013-10-10 09:32:04 +0100
commitf2831c3a4ac803541eaf0a5992665c06ee852441 (patch)
treedd65ff745576d43208d40b0d0bb8db791dd2d120
parent9786c7ffe8d6a0362afb629bde6b655274b134f8 (diff)
downloadxen-f2831c3a4ac803541eaf0a5992665c06ee852441.tar.gz
xen-f2831c3a4ac803541eaf0a5992665c06ee852441.tar.bz2
xen-f2831c3a4ac803541eaf0a5992665c06ee852441.zip
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 <anthony.perard@citrix.com> Acked-by: Ian Campbell <ian.campbell@citrix.com>
-rw-r--r--tools/Makefile1
1 files changed, 1 insertions, 0 deletions
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 \