]> git.pld-linux.org Git - packages/xen.git/blob - xen-paths.patch
- rediff patches
[packages/xen.git] / xen-paths.patch
1 diff -urNp -x '*.orig' xen-4.13.1.org/tools/Makefile xen-4.13.1/tools/Makefile
2 --- xen-4.13.1.org/tools/Makefile       2020-05-14 14:19:32.000000000 +0200
3 +++ xen-4.13.1/tools/Makefile   2021-03-25 22:42:23.177642067 +0100
4 @@ -243,7 +243,7 @@ subdir-all-qemu-xen-dir: qemu-xen-dir-fi
5                 $(QEMU_XEN_ENABLE_DEBUG) \
6                 $$enable_trace_backend \
7                 --prefix=$(LIBEXEC) \
8 -               --libdir=$(LIBEXEC_LIB) \
9 +               --libdir=$(LIBEXEC_LIB) --libexecdir=$(LIBEXEC_LIB) \
10                 --includedir=$(LIBEXEC_INC) \
11                 --extra-cflags="-DXC_WANT_COMPAT_EVTCHN_API=1 \
12                 -DXC_WANT_COMPAT_GNTTAB_API=1 \
This page took 0.056028 seconds and 4 git commands to generate.