|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen staging] install pkgconfig files into libdir
commit a0f981451509bf83af153038d35079c4e62dc1cf
Author: Olaf Hering <olaf@xxxxxxxxx>
AuthorDate: Mon Mar 25 17:00:10 2019 +0100
Commit: Wei Liu <wei.liu2@xxxxxxxxxx>
CommitDate: Mon May 13 15:30:16 2019 +0100
install pkgconfig files into libdir
Most pkgconfig files contain a Libs: variable, which is either /usr/lib
or /usr/lib64. If a 32bit and a 64bit variant of xen libraries is
installed, the last one wins. As a result compiling for the other
bitsize will fail.
Instead of sharedir use libdir as install target. This matches both the
documentation and the expected result.
Signed-off-by: Olaf Hering <olaf@xxxxxxxxx>
Acked-by: Wei Liu <wei.liu2@xxxxxxxxxx>
---
config/Paths.mk.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/Paths.mk.in b/config/Paths.mk.in
index 8a518d5a5d..dc9d0c0353 100644
--- a/config/Paths.mk.in
+++ b/config/Paths.mk.in
@@ -58,4 +58,4 @@ XENFIRMWAREDIR := @XENFIRMWAREDIR@
XEN_CONFIG_DIR := @XEN_CONFIG_DIR@
XEN_SCRIPT_DIR := @XEN_SCRIPT_DIR@
-PKG_INSTALLDIR := ${SHAREDIR}/pkgconfig
+PKG_INSTALLDIR := ${libdir}/pkgconfig
--
generated by git-patchbot for /home/xen/git/xen.git#staging
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/xen-changelog
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |