aboutsummaryrefslogtreecommitdiffstats
path: root/testing/keystone
diff options
context:
space:
mode:
Diffstat (limited to 'testing/keystone')
-rw-r--r--testing/keystone/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/keystone/APKBUILD b/testing/keystone/APKBUILD
index d93b5ed6c9..b81cf6c886 100644
--- a/testing/keystone/APKBUILD
+++ b/testing/keystone/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=keystone
pkgver=0.9.1
-pkgrel=3
+pkgrel=4
pkgdesc="Keystone assembler framework: Core (Arm, Arm64, Hexagon, Mips, PowerPC, Sparc, SystemZ & X86) + bindings"
url="http://www.keystone-engine.org"
arch="all"
@@ -18,7 +18,7 @@ build() {
cd "$builddir"
mkdir -p build-shared && cd build-shared
cmake -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_BUILD_TYPE=None \
-DBUILD_SHARED_LIBS=ON \
-G "Unix Makefiles" ..
cd ..