aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/openocd/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/openocd/APKBUILD b/testing/openocd/APKBUILD
index 3df354669c..455f037199 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=2
+pkgrel=3
pkgdesc="Free and Open On-Chip Debugging, In-System Programming and Boundary-Scan Testing"
url="http://openocd.org/"
arch="all"
@@ -25,7 +25,8 @@ build() {
--mandir=/usr/share/man \
--localstatedir=/var \
--disable-werror \
- --enable-cmsis-dap
+ --enable-cmsis-dap \
+ --enable-sysfsgpio
make
}