aboutsummaryrefslogtreecommitdiffstats
path: root/testing/msgpuck/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/msgpuck/APKBUILD')
-rw-r--r--testing/msgpuck/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/msgpuck/APKBUILD b/testing/msgpuck/APKBUILD
index d2c6491a650..0ccdb81925f 100644
--- a/testing/msgpuck/APKBUILD
+++ b/testing/msgpuck/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=msgpuck
pkgver=2.0
-pkgrel=0
+pkgrel=1
pkgdesc="A simple and efficient MsgPack binary serialization library"
url="https://github.com/rtsisyk/msgpuck"
arch="all !x86"
@@ -17,7 +17,7 @@ build() {
cd "$builddir"
cmake \
- -DCMAKE_BUILD_TYPE=RelWithDebInfo \
+ -DCMAKE_BUILD_TYPE=None \
-DCMAKE_C_FLAGS="$CFLAGS" \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \