diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-10-09 13:23:47 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-10-09 13:24:55 +0000 |
commit | 0ce588554409c2a50d047cfd6868bf2203fde8ca (patch) | |
tree | 9e2a43c3b4d4be568e40b754ae878d5724b2fdf2 /main/xen/qemu-xen_paths.patch | |
parent | ca97d4721e0060e4e548799170be38c2f62d7a50 (diff) | |
download | aports-0ce588554409c2a50d047cfd6868bf2203fde8ca.tar.bz2 aports-0ce588554409c2a50d047cfd6868bf2203fde8ca.tar.xz |
main/xen: fix filename clash with qemu and cleanup
Diffstat (limited to 'main/xen/qemu-xen_paths.patch')
-rw-r--r-- | main/xen/qemu-xen_paths.patch | 11 |
1 files changed, 11 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..79d634d6e5 --- /dev/null +++ b/main/xen/qemu-xen_paths.patch @@ -0,0 +1,11 @@ +--- ./tools.orig/Makefile ++++ ./tools/Makefile +@@ -198,6 +198,8 @@ + --extra-ldflags="-L$(XEN_ROOT)/tools/libxc \ + -L$(XEN_ROOT)/tools/xenstore" \ + --bindir=$(LIBEXEC) \ ++ --libexecdir=$(LIBEXEC) \ ++ --sysconfdir=/etc/xen \ + --datadir=$(SHAREDIR)/qemu-xen \ + --localstatedir=/var \ + --disable-kvm \ |