c2c4e3bdda
This will fix a static build failure for hwloc Fixes: - http://autobuild.buildroot.org/results/f100191acef41d42582ab2a35e1b6f264594f074 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
29 lines
928 B
Diff
29 lines
928 B
Diff
From e1f9fc0a11559c1200005c4bfe34cd217ec117b4 Mon Sep 17 00:00:00 2001
|
|
From: Fabrice Fontaine <fontaine.fabrice@gmail.com>
|
|
Date: Fri, 25 Oct 2019 19:03:32 +0200
|
|
Subject: [PATCH] pciaccess.pc.in: add Libs.Private
|
|
|
|
Add Libs.Private in pciaccess.pc.in so applications that wants to link
|
|
statically with pciaccess will know that they have to link with its
|
|
dependencies such as -lz
|
|
|
|
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
|
|
[Upstream status:
|
|
https://gitlab.freedesktop.org/xorg/lib/libpciaccess/merge_requests/10]
|
|
---
|
|
pciaccess.pc.in | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/pciaccess.pc.in b/pciaccess.pc.in
|
|
index 706c5f7..c2da3d9 100644
|
|
--- a/pciaccess.pc.in
|
|
+++ b/pciaccess.pc.in
|
|
@@ -8,3 +8,4 @@ Description: Library providing generic access to the PCI bus and devices.
|
|
Version: @PACKAGE_VERSION@
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -lpciaccess
|
|
+Libs.Private: @PCIACCESS_LIBS@
|
|
--
|
|
2.23.0
|
|
|