]> git.pld-linux.org Git - packages/xen.git/blob - xen-paths.patch
- alignment fix
[packages/xen.git] / xen-paths.patch
1 --- xen-4.5.1/tools/Makefile.orig       2015-10-03 17:22:11.716804023 +0200
2 +++ xen-4.5.1/tools/Makefile    2015-10-03 19:37:54.219795649 +0200
3 @@ -207,7 +207,7 @@
4         $$source/configure --enable-xen --target-list=i386-softmmu \
5                 $(QEMU_XEN_ENABLE_DEBUG) \
6                 --prefix=$(LIBEXEC) \
7 -               --libdir=$(LIBEXEC_LIB) \
8 +               --libdir=$(LIBEXEC_LIB) --libexecdir=$(LIBEXEC_LIB) \
9                 --includedir=$(LIBEXEC_INC) \
10                 --source-path=$$source \
11                 --extra-cflags="-I$(XEN_ROOT)/tools/include \
This page took 0.05365 seconds and 3 git commands to generate.