diff options
author | Roger Pau Monne <roger.pau@citrix.com> | 2012-09-13 15:49:05 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-09-14 14:06:19 +0000 |
commit | a4e8938c1c5a2e6c89b02050d41654bc2af247e3 (patch) | |
tree | 1191b1c3a5045bec0688ea094ce24d240c5339bd /main/xen/qemu-xen_paths.patch | |
parent | 5d10cb782ac6836c6f9d20a536b78260e47c7232 (diff) | |
download | aports-a4e8938c1c5a2e6c89b02050d41654bc2af247e3.tar.bz2 aports-a4e8938c1c5a2e6c89b02050d41654bc2af247e3.tar.xz |
xen: update to 4.2.0-rc4
Next version (4.2) is scheduled to be released very soon
if everything goes ok. This is a very close rc,
which we can start testing until 4.2 comes out.
Diffstat (limited to 'main/xen/qemu-xen_paths.patch')
-rw-r--r-- | main/xen/qemu-xen_paths.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/main/xen/qemu-xen_paths.patch b/main/xen/qemu-xen_paths.patch new file mode 100644 index 0000000000..1a17fc6bed --- /dev/null +++ b/main/xen/qemu-xen_paths.patch @@ -0,0 +1,15 @@ +diff --git a/tools/Makefile b/tools/Makefile +index 0edeb62..d5d02e8 100644 +--- a/tools/Makefile ++++ b/tools/Makefile +@@ -166,6 +166,9 @@ subdir-all-qemu-xen-dir: qemu-xen-dir-find + -L$(XEN_ROOT)/tools/xenstore" \ + --bindir=$(LIBEXEC) \ + --datadir=$(SHAREDIR)/qemu-xen \ ++ --mandir=$(PREFIX)/share/man \ ++ --docdir=$(PREFIX)/share/doc \ ++ --sysconfdir=/etc/qemu \ + --disable-kvm \ + --python=$(PYTHON) \ + $(IOEMU_CONFIGURE_CROSS); \ + |