diff options
Diffstat (limited to 'main/kamailio/APKBUILD')
-rw-r--r-- | main/kamailio/APKBUILD | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/main/kamailio/APKBUILD b/main/kamailio/APKBUILD index fe066f4663..123de89b76 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/ \ |