summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2011-10-02 11:53:49 +0200
committerMartin Mares <mj@ucw.cz>2011-10-02 11:53:49 +0200
commitef8bd06e8665004b189801fb825199714019afcd (patch)
treeafb199b02b64eed3f085c780d181ab604e45f0f1
parent4f5af36b53679eae8b8d4e911c1b1f801f1a6018 (diff)
downloadpciutils-ef8bd06e8665004b189801fb825199714019afcd.tar.gz
pkg-config: Use Libs.private for libraries needed for static linking
-rw-r--r--lib/libpci.pc.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libpci.pc.in b/lib/libpci.pc.in
index f43f498..9d7e8a0 100644
--- a/lib/libpci.pc.in
+++ b/lib/libpci.pc.in
@@ -6,5 +6,6 @@ idsdir=@IDSDIR@
Name: libpci
Description: libpci
Version: @VERSION@
-Libs: -L${libdir} -lpci @LDLIBS@
+Libs: -L${libdir} -lpci
+Libs.private: @LDLIBS@
Cflags: -I${includedir}