aboutsummaryrefslogtreecommitdiffstats
path: root/testing/openocd
diff options
context:
space:
mode:
Diffstat (limited to 'testing/openocd')
-rw-r--r--testing/openocd/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/openocd/APKBUILD b/testing/openocd/APKBUILD
index 455f037199..3042b8b735 100644
--- a/testing/openocd/APKBUILD
+++ b/testing/openocd/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net>
pkgname=openocd
pkgver=0.10.0
-pkgrel=3
+pkgrel=4
pkgdesc="Free and Open On-Chip Debugging, In-System Programming and Boundary-Scan Testing"
url="http://openocd.org/"
arch="all"
@@ -26,7 +26,8 @@ build() {
--localstatedir=/var \
--disable-werror \
--enable-cmsis-dap \
- --enable-sysfsgpio
+ --enable-sysfsgpio \
+ --enable-bcm2835gpio
make
}