aboutsummaryrefslogtreecommitdiffstats
path: root/main/websocket++/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/websocket++/APKBUILD')
-rw-r--r--main/websocket++/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/websocket++/APKBUILD b/main/websocket++/APKBUILD
index 9cfb3ab599a..cdfc37dd26e 100644
--- a/main/websocket++/APKBUILD
+++ b/main/websocket++/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: prspkt <prspkt@protonmail.com>
pkgname=websocket++
pkgver=0.8.1
-pkgrel=0
+pkgrel=1
pkgdesc="C++/Boost Asio based websocket client/server library"
url="https://github.com/zaphoyd/websocketpp"
arch="all"
@@ -23,7 +23,7 @@ build() {
fi
cmake \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_BUILD_TYPE=None \
-DCMAKE_CXX_FLAGS="$CXXFLAGS" \
-DCMAKE_C_FLAGS="$CFLAGS" \
${CMAKE_CROSSOPTS}