From: Martin Mares Date: Sun, 2 Oct 2011 09:53:49 +0000 (+0200) Subject: pkg-config: Use Libs.private for libraries needed for static linking X-Git-Tag: v3.1.8~6 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=ef8bd06e8665004b189801fb825199714019afcd;p=pciutils.git pkg-config: Use Libs.private for libraries needed for static linking --- 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}