aboutsummaryrefslogtreecommitdiffstats
path: root/main/flashrom
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2017-07-14 15:52:17 +0300
committerTimo Teräs <timo.teras@iki.fi>2017-07-14 15:52:45 +0300
commit6fbf13c07ae44a3a20d956b95cff7fa6596f18f4 (patch)
tree66405f73d694a3404fcdf204f008f92ff9dd8290 /main/flashrom
parentd0b2ff0094f3346eb8cab855d42bb15a2c9753be (diff)
downloadaports-6fbf13c07ae44a3a20d956b95cff7fa6596f18f4.tar.bz2
aports-6fbf13c07ae44a3a20d956b95cff7fa6596f18f4.tar.xz
main/flashrom: enable linux_spi support
depend on the kernel headers required for this feature
Diffstat (limited to 'main/flashrom')
-rw-r--r--main/flashrom/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/flashrom/APKBUILD b/main/flashrom/APKBUILD
index 8fcfa16de3..fd69d43a9c 100644
--- a/main/flashrom/APKBUILD
+++ b/main/flashrom/APKBUILD
@@ -2,13 +2,13 @@
# Maintainer: Nathan Angelacos <nangel@alpinelinux.org>
pkgname=flashrom
pkgver=0.9.9
-pkgrel=0
+pkgrel=1
pkgdesc="A utility for identifying, reading, writing, verifying and erasing flash chips"
url="http://www.flashrom.org/Flashrom"
arch="all"
license="GPL"
depends=dmidecode
-makedepends="pciutils-dev libusb-compat-dev"
+makedepends="pciutils-dev libusb-compat-dev linux-headers"
subpackages="$pkgname-doc"
install="$pkgname.post-install"
source="http://download.flashrom.org/releases/flashrom-$pkgver.tar.bz2"