aboutsummaryrefslogtreecommitdiffstats
path: root/community/stlink/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/stlink/APKBUILD')
-rw-r--r--community/stlink/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/stlink/APKBUILD b/community/stlink/APKBUILD
index 21c38ae319..83b0adf544 100644
--- a/community/stlink/APKBUILD
+++ b/community/stlink/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net>
pkgname=stlink
pkgver=1.6.0
-pkgrel=0
+pkgrel=1
pkgdesc="STM32 discovery line linux programmer"
url="https://github.com/texane/stlink"
arch="all"
@@ -22,7 +22,7 @@ build() {
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_SHARED_LIBS=True \
- -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_BUILD_TYPE=None \
-DCMAKE_CXX_FLAGS="$CXXFLAGS" \
-DCMAKE_C_FLAGS="$CFLAGS -Wno-error=cpp"
make