84675c7182
- Update to 3.3.1 * Removed hacks for backward compatibility with Linux libc5, which were breaking newer non-glibc Linux systems. Thanks to Felix Janda. * Display VirtIO vendor-specific capability. Patch by Gerd Hoffmann. * Fixed memory leak in name cache. * Updated pci.ids to the current snapshot of the database. OBS-URL: https://build.opensuse.org/request/show/329346 OBS-URL: https://build.opensuse.org/package/show/Base:System/pciutils?expand=0&rev=48
13 lines
367 B
Diff
13 lines
367 B
Diff
Index: pciutils-3.3.1/lib/libpci.pc.in
|
|
===================================================================
|
|
--- pciutils-3.3.1.orig/lib/libpci.pc.in
|
|
+++ pciutils-3.3.1/lib/libpci.pc.in
|
|
@@ -6,6 +6,5 @@ idsdir=@IDSDIR@
|
|
Name: libpci
|
|
Description: libpci
|
|
Version: @VERSION@
|
|
-Libs: -L${libdir} -lpci
|
|
+Libs: -lpci @LDLIBS@
|
|
Libs.private: @LDLIBS@
|
|
-Cflags: -I${includedir}
|