summaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-rw-r--r--main/kamailio/APKBUILD11
1 files changed, 9 insertions, 2 deletions
diff --git a/main/kamailio/APKBUILD b/main/kamailio/APKBUILD
index fe066f466..123de89b7 100644
--- a/main/kamailio/APKBUILD
+++ b/main/kamailio/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=kamailio
pkgver=3.0.2
-pkgrel=4
+pkgrel=5
pkgdesc="Open Source SIP Server"
url="http://www.kamailio.org/"
pkgusers="kamailio"
@@ -65,7 +65,14 @@ build() {
cd "$_builddir"
# workaround parallel build issue
- make -C lib/kcore strcommon.o || return 1
+ make LOCALBASE=/usr \
+ cfg_target=/etc/kamailio/ \
+ MODS_MYSQL=yes \
+ MODS_PCRE=yes \
+ MODS_RADIUS= \
+ TLS= \
+ include_modules="$_modules" \
+ -C lib/kcore strcommon.o || return 1
make LOCALBASE=/usr \
cfg_target=/etc/kamailio/ \