]> git.pld-linux.org Git - packages/xen.git/blame - xen-pkgconfigdir.patch
- updated md5
[packages/xen.git] / xen-pkgconfigdir.patch
CommitLineData
9178a513
JB
1pkg-config files are arch-dependent (due to libdir usage), so use arch-dependent location.
2--- xen-4.9.0/config/Paths.mk.in.orig 2017-06-27 20:13:19.000000000 +0200
3+++ xen-4.9.0/config/Paths.mk.in 2017-07-31 20:59:29.558580546 +0200
4@@ -57,4 +57,4 @@
5 XEN_CONFIG_DIR := @XEN_CONFIG_DIR@
6 XEN_SCRIPT_DIR := @XEN_SCRIPT_DIR@
7
8-PKG_INSTALLDIR := ${SHAREDIR}/pkgconfig
9+PKG_INSTALLDIR := ${libdir}/pkgconfig
This page took 0.033481 seconds and 4 git commands to generate.