aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libcork/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/libcork/APKBUILD')
-rw-r--r--testing/libcork/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/libcork/APKBUILD b/testing/libcork/APKBUILD
index bfa32761584..a2a1b3570b8 100644
--- a/testing/libcork/APKBUILD
+++ b/testing/libcork/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer:
pkgname=libcork
pkgver=0.15.0
-pkgrel=0
+pkgrel=1
pkgdesc="Simple, easily embeddable cross-platform C library"
url="https://github.com/redjack/libcork"
arch="all"
@@ -24,7 +24,7 @@ prepare() {
build() {
cd build
cmake .. \
- -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \
-DENABLE_STATIC=OFF \
-DCMAKE_INSTALL_LIBDIR=lib