diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2016-05-26 12:49:18 +0200 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2016-05-26 12:49:18 +0200 |
commit | c0ac09d51f752822ad6ce1ed53737b85c3cad806 (patch) | |
tree | 9327f368a4823b1350e28c318b4d12aabcbea9c1 /main/pciutils | |
parent | 24824c1a353e3597bbc3e70059efa3a0c8a35847 (diff) | |
download | aports-c0ac09d51f752822ad6ce1ed53737b85c3cad806.tar.bz2 aports-c0ac09d51f752822ad6ce1ed53737b85c3cad806.tar.xz |
main/pciutils: respect our CFLAGS
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 \ |