diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2017-12-31 18:43:16 +0100 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2017-12-31 18:46:42 +0100 |
commit | 4921c4a21ea168f348630e1e6528b39bb546af4e (patch) | |
tree | 89f20288998511ce0daa672564c491bbb6850f1a /utils/pciutils/patches | |
parent | 1d899c09d6c6581d74c0eda350ba01746df14f10 (diff) |
pciutils: update to v3.5.6
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'utils/pciutils/patches')
-rw-r--r-- | utils/pciutils/patches/104-resolv.patch | 2 | ||||
-rw-r--r-- | utils/pciutils/patches/105-fix-host.patch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/utils/pciutils/patches/104-resolv.patch b/utils/pciutils/patches/104-resolv.patch index c38d1cfc5..0acfb81cb 100644 --- a/utils/pciutils/patches/104-resolv.patch +++ b/utils/pciutils/patches/104-resolv.patch @@ -1,6 +1,6 @@ --- a/lib/configure +++ b/lib/configure -@@ -57,7 +57,7 @@ echo >>$c "#define PCI_OS_`echo $sys | t +@@ -52,7 +52,7 @@ echo >>$c "#define PCI_OS_`echo $sys | t echo >$m 'WITH_LIBS=' echo_n "Looking for access methods..." diff --git a/utils/pciutils/patches/105-fix-host.patch b/utils/pciutils/patches/105-fix-host.patch index 8df4b8ce7..14f7ded61 100644 --- a/utils/pciutils/patches/105-fix-host.patch +++ b/utils/pciutils/patches/105-fix-host.patch @@ -1,6 +1,6 @@ --- a/lib/configure +++ b/lib/configure -@@ -44,7 +44,7 @@ if [ -z "$HOST" ] ; then +@@ -39,7 +39,7 @@ if [ -z "$HOST" ] ; then fi [ -n "$RELEASE" ] && rel="${RELEASE}" # CAVEAT: tr on Solaris is a bit weird and the extra [] is otherwise harmless. |