aboutsummaryrefslogtreecommitdiffstats
path: root/testing/openwsman/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/openwsman/APKBUILD')
-rw-r--r--testing/openwsman/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/openwsman/APKBUILD b/testing/openwsman/APKBUILD
index 125112f1c4a..4fc83943f79 100644
--- a/testing/openwsman/APKBUILD
+++ b/testing/openwsman/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=openwsman
pkgver=2.6.11
-pkgrel=0
+pkgrel=1
pkgdesc="Opensource Implementation of WS-Management"
url="https://openwsman.github.io"
arch="all"
@@ -28,7 +28,7 @@ prepare() {
build() {
cd "$builddir"/build
cmake \
- -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_BUILD_TYPE=None \
-DCMAKE_C_FLAGS="$CFLAGS $CPPFLAGS" \
-DCMAKE_CXX_FLAGS="$CFXXLAGS $CPPFLAGS" \
-DCMAKE_INSTALL_PREFIX=/usr \