diff options
Diffstat (limited to 'main/pciutils')
-rw-r--r-- | main/pciutils/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/pciutils/APKBUILD b/main/pciutils/APKBUILD index 90ff537aa3..e34c3e2ae4 100644 --- a/main/pciutils/APKBUILD +++ b/main/pciutils/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Leonardo Arena <rnalrd@alpinelinux.org> pkgname=pciutils pkgver=3.4.1 -pkgrel=0 +pkgrel=1 pkgdesc="PCI bus configuration space access library and tools" url="http://mj.ucw.cz/pciutils.html" arch="all" @@ -31,7 +31,7 @@ prepare() { build() { cd "$_builddir" sed -i -e "106s/^/\#/" Makefile - make ZLIB=no \ + make OPT="$CFLAGS" ZLIB=no \ SHARED=yes \ PREFIX=/usr \ SHAREDIR=/usr/share/hwdata \ |