From ef8bd06e8665004b189801fb825199714019afcd Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 2 Oct 2011 11:53:49 +0200 Subject: [PATCH] pkg-config: Use Libs.private for libraries needed for static linking --- lib/libpci.pc.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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} -- 2.39.2