aboutsummaryrefslogtreecommitdiffstats
path: root/community/zxing-cpp/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/zxing-cpp/APKBUILD')
-rw-r--r--community/zxing-cpp/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/zxing-cpp/APKBUILD b/community/zxing-cpp/APKBUILD
index ff4f52cd1c..c2482ad359 100644
--- a/community/zxing-cpp/APKBUILD
+++ b/community/zxing-cpp/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=zxing-cpp
pkgver=1.0.8
-pkgrel=0
+pkgrel=1
arch="all"
url="https://github.com/nu-book/zxing-cpp"
pkgdesc="C++ port of ZXing"
@@ -14,7 +14,7 @@ options="!check" # No tests
build() {
cmake \
- -DCMAKE_BUILD_TYPE=RelWithDebInfo \
+ -DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_SHARED_LIBRARY=ON