* Updated pci.ids to the today's snapshot of the database. * Fixed memory and file descriptor leak in the dump back-end. * The SR-IOV capability decoder now prints the VF BAR's. * On request of certain company's lawyers, we now include a copy of the GPL with our package. It seems that the pciutils are getting mature if the most important bug of the month was this one ;-) OBS-URL: https://build.opensuse.org/package/show/Base:System/pciutils?expand=0&rev=10
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@
|