aboutsummaryrefslogtreecommitdiffstats
path: root/community/qjson/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/qjson/APKBUILD')
-rw-r--r--community/qjson/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/qjson/APKBUILD b/community/qjson/APKBUILD
index a94d68add2..8c30b8eee5 100644
--- a/community/qjson/APKBUILD
+++ b/community/qjson/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=qjson
pkgver=0.9.0
-pkgrel=2
+pkgrel=3
pkgdesc="A qt-based library that maps JSON data to QVariant objects"
url="http://qjson.sourceforge.net/"
arch="all"
@@ -19,7 +19,7 @@ prepare() {
build() {
cd "$builddir"/build
cmake -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_BUILD_TYPE=None \
"$builddir"
make
}