diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-17 09:20:08 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-17 09:26:09 +0200 |
commit | e96fb6171d9cf0078051eb9d5d7f08ce8fc1d1f7 (patch) | |
tree | beaf6648e2062800215c1ad0a807b9f038248ed8 /package/pciutils/patches/patch-lib_configure | |
parent | ea95d68cf3015f9688fea02b782c2fc5fac4b8e5 (diff) |
pciutils: use shared library version, useful for other packages
Diffstat (limited to 'package/pciutils/patches/patch-lib_configure')
-rw-r--r-- | package/pciutils/patches/patch-lib_configure | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/pciutils/patches/patch-lib_configure b/package/pciutils/patches/patch-lib_configure index 1c9629487..4914ae425 100644 --- a/package/pciutils/patches/patch-lib_configure +++ b/package/pciutils/patches/patch-lib_configure @@ -1,7 +1,7 @@ $Id: update-patches 24 2008-08-31 14:56:13Z wbx $ ---- pciutils-3.1.7.orig/lib/configure 2009-07-04 18:11:04.000000000 +0200 -+++ pciutils-3.1.7/lib/configure 2010-10-10 20:14:17.000000000 +0200 -@@ -64,7 +64,6 @@ case $sys in +--- pciutils-3.5.1.orig/lib/configure 2015-09-14 17:47:08.000000000 +0200 ++++ pciutils-3.5.1/lib/configure 2016-09-17 09:09:30.578679773 +0200 +@@ -65,7 +65,6 @@ case $sys in echo_n " sysfs proc" echo >>$c '#define PCI_HAVE_PM_LINUX_SYSFS' echo >>$c '#define PCI_HAVE_PM_LINUX_PROC' |