pciutils/pciutils-3.1.9_pkgconfig.patch
Tomáš Chvátal 84675c7182 Accepting request 329346 from home:pluskalm:branches:Base:System
- 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
2015-09-06 08:01:32 +00:00

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}