mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
pciutils: update to 3.6.1.
This commit is contained in:
parent
4fef9ef3c1
commit
f21f3510b6
2 changed files with 2 additions and 13 deletions
|
@ -1,11 +0,0 @@
|
||||||
--- lib/sysfs.c
|
|
||||||
+++ lib/sysfs.c
|
|
||||||
@@ -133,7 +133,7 @@ sysfs_deref_link(struct pci_dev *d, char *link_name)
|
|
||||||
sysfs_obj_name(d, "", path);
|
|
||||||
strcat(path, rel_path);
|
|
||||||
|
|
||||||
- return canonicalize_file_name(path);
|
|
||||||
+ return realpath(path, NULL);
|
|
||||||
}
|
|
||||||
|
|
||||||
static int
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'pciutils'
|
# Template file for 'pciutils'
|
||||||
pkgname=pciutils
|
pkgname=pciutils
|
||||||
version=3.6.0
|
version=3.6.1
|
||||||
revision=1
|
revision=1
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="zlib-devel libkmod-devel"
|
makedepends="zlib-devel libkmod-devel"
|
||||||
|
@ -11,7 +11,7 @@ license="GPL-2.0-or-later"
|
||||||
homepage="http://mj.ucw.cz/pciutils.html"
|
homepage="http://mj.ucw.cz/pciutils.html"
|
||||||
changelog="https://raw.githubusercontent.com/pciutils/pciutils/master/ChangeLog"
|
changelog="https://raw.githubusercontent.com/pciutils/pciutils/master/ChangeLog"
|
||||||
distfiles="https://github.com/pciutils/pciutils/archive/v${version}.tar.gz"
|
distfiles="https://github.com/pciutils/pciutils/archive/v${version}.tar.gz"
|
||||||
checksum=5b49e17c9b8af4111c9a0c33f13f7e8fb5c04142a17e96f1bae04cbe1712afc5
|
checksum=b0a913fcb138601412779118b091217bccae9b135c26176d8aeefb5d5acd89e7
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make OPT="${CFLAGS}" SHARED=no AR=${AR} \
|
make OPT="${CFLAGS}" SHARED=no AR=${AR} \
|
||||||
|
|
Loading…
Add table
Reference in a new issue