diff options
Diffstat (limited to 'main')
-rw-r--r-- | main/pciutils/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/main/pciutils/APKBUILD b/main/pciutils/APKBUILD index 78cf546c25..afb3dfbf77 100644 --- a/main/pciutils/APKBUILD +++ b/main/pciutils/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Leonardo Arena <rnalrd@alpinelinux.org> pkgname=pciutils pkgver=3.1.10 -pkgrel=0 +pkgrel=1 pkgdesc="PCI bus configuration space access library and tools" url="http://mj.ucw.cz/pciutils.html" arch="all" license="GPL" -depends= +depends="hwdata-pci" makedepends= install= subpackages="$pkgname-doc $pkgname-dev" @@ -16,6 +16,7 @@ source="http://www.kernel.org/pub/software/utils/$pkgname/$pkgname-$pkgver.tar.g _builddir="$srcdir"/$pkgname-$pkgver build() { cd "$_builddir" + sed -i -e "106s/^/\#/" Makefile make ZLIB=no \ PREFIX=/usr \ SHAREDIR=/usr/share/hwdata \ |