diff options
Diffstat (limited to 'main/xen/qemu-xen_paths.patch')
-rw-r--r-- | main/xen/qemu-xen_paths.patch | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/main/xen/qemu-xen_paths.patch b/main/xen/qemu-xen_paths.patch index 79d634d6e5..e558d1f37f 100644 --- a/main/xen/qemu-xen_paths.patch +++ b/main/xen/qemu-xen_paths.patch @@ -1,11 +1,11 @@ ---- ./tools.orig/Makefile +--- ./tools/Makefile.orig +++ ./tools/Makefile -@@ -198,6 +198,8 @@ - --extra-ldflags="-L$(XEN_ROOT)/tools/libxc \ - -L$(XEN_ROOT)/tools/xenstore" \ - --bindir=$(LIBEXEC) \ -+ --libexecdir=$(LIBEXEC) \ +@@ -219,6 +219,8 @@ + -L$(XEN_ROOT)/tools/xenstore \ + $(QEMU_UPSTREAM_RPATH)" \ + --bindir=$(LIBEXEC_BIN) \ ++ --libexecdir=$(LIBEXEC_BIN) \ + --sysconfdir=/etc/xen \ --datadir=$(SHAREDIR)/qemu-xen \ - --localstatedir=/var \ + --localstatedir=$(localstatedir) \ --disable-kvm \ |