aboutsummaryrefslogtreecommitdiffstats
path: root/community/ws/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/ws/APKBUILD')
-rw-r--r--community/ws/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/ws/APKBUILD b/community/ws/APKBUILD
index b1de1a0ffd3..b7eac66a6d7 100644
--- a/community/ws/APKBUILD
+++ b/community/ws/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Leo <thinkabit.ukim@gmail.com>
pkgname=ws
pkgver=8.0.5
-pkgrel=0
+pkgrel=1
pkgdesc="websocket and http client and server command line swiss army"
options="!check"
url="https://github.com/machinezone/IXWebSocket"
@@ -21,7 +21,7 @@ build() {
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_SHARED_LIBS=True \
- -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_BUILD_TYPE=None \
-DCMAKE_CXX_FLAGS="$CXXFLAGS" \
-DUSE_TLS=1 \
-DUSE_WS=1 \