c12ba6aa47
* Minor improvements and bug fixes in decoding of the Virtual Channel capability. * Released as 3.1.6. * More capabilities decoded: Virtual Channel (except arbitration tables), Root Complex Link, Vendor-Specific (header only), SATA HBA. * All extended capabilities have their version displayed (-vv or more). OBS-URL: https://build.opensuse.org/package/show/Base:System/pciutils?expand=0&rev=20
12 lines
379 B
Diff
12 lines
379 B
Diff
Index: lib/libpci.pc.in
|
|
===================================================================
|
|
--- lib/libpci.pc.in.orig 2008-04-10 21:15:47.000000000 +0200
|
|
+++ lib/libpci.pc.in 2008-04-11 16:31:23.622221413 +0200
|
|
@@ -6,5 +6,4 @@ idsdir=@IDSDIR@
|
|
Name: libpci
|
|
Description: libpci
|
|
Version: @VERSION@
|
|
-Libs: -L${libdir} -lpci @LDLIBS@
|
|
-Cflags: -I${includedir}
|
|
+Libs: -lpci @LDLIBS@
|