pciutils: update to 3.3.0.

This commit is contained in:
Juan RP 2014-11-24 11:06:14 +01:00
parent 69b6ca13c1
commit baf1a16e27
2 changed files with 3 additions and 30 deletions

View file

@ -1,27 +0,0 @@
--- lib/i386-io-linux.h
+++ lib/i386-io-linux.h
@@ -6,11 +6,7 @@
* Can be freely distributed and used under the terms of the GNU GPL.
*/
-#ifdef __GLIBC__
#include <sys/io.h>
-#else
-#include <asm/io.h>
-#endif
static int
intel_setup_io(struct pci_access *a UNUSED)
Only in pciutils-3.2.0: lib/i386-ports.o
Only in pciutils-3.2.0: lib/libpci.a
--- lib/pread.h
+++ lib/pread.h
@@ -12,7 +12,7 @@
* don't define it.
*/
-#if defined(__GLIBC__) && __GLIBC__ == 2 && __GLIBC_MINOR__ > 0
+#if 1 || defined(__GLIBC__) && __GLIBC__ == 2 && __GLIBC_MINOR__ > 0
/* glibc 2.1 or newer -> pread/pwrite supported automatically */
#elif defined(i386) && defined(__GLIBC__)

View file

@ -1,7 +1,7 @@
# Template file for 'pciutils'
pkgname=pciutils
version=3.2.1
revision=3
version=3.3.0
revision=1
hostmakedepends="pkg-config"
makedepends="zlib-devel libkmod-devel"
depends="hwids"
@ -10,7 +10,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
homepage="http://mj.ucw.cz/pciutils.html"
distfiles="ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/${pkgname}-${version}.tar.gz"
checksum=b31131b721fa26378b4af61b1c49986ff40fe590bc210545b210b6b774337858
checksum=4b576a1c2570046fda83fa2c5488661de698874ab04fd8e06eef4b6ab806d58a
do_build() {
make OPT="${CFLAGS} -fPIC -DPIC" SHARED=no AR=${AR} \