]> mj.ucw.cz Git - pciutils.git/commitdiff
pkg-config: Use Libs.private for libraries needed for static linking
authorMartin Mares <mj@ucw.cz>
Sun, 2 Oct 2011 09:53:49 +0000 (11:53 +0200)
committerMartin Mares <mj@ucw.cz>
Sun, 2 Oct 2011 09:53:49 +0000 (11:53 +0200)
lib/libpci.pc.in

index f43f4981f6b87fddf962c41b94eec3bdc727b725..9d7e8a079ec8d3cc14dc66e97999bd0c3d005c2b 100644 (file)
@@ -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}