aboutsummaryrefslogtreecommitdiffstats
path: root/testing/sems/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/sems/APKBUILD')
-rw-r--r--testing/sems/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/sems/APKBUILD b/testing/sems/APKBUILD
index dc3a3ba73cf..160bfcff754 100644
--- a/testing/sems/APKBUILD
+++ b/testing/sems/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Simon Frankenberger <simon-alpine@fraho.eu>
pkgname=sems
pkgver=1.6.0
-pkgrel=11
+pkgrel=12
pkgdesc="SIP Express Media Server, an extensible SIP media server"
url="https://github.com/sems-server/sems/"
arch="all"
@@ -63,7 +63,7 @@ build() {
# force cmake to use relative paths. It helps us avoid having the
# full file path in the logs
cmake \
- -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_BUILD_TYPE=None \
-DCMAKE_USE_RELATIVE_PATHS=yes \
-DSEMS_USE_SPANDSP=yes \
-DSEMS_USE_LIBSAMPLERATE=yes \