aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Tcepliaev <f355@f355.org>2020-10-08 20:17:31 +0200
committerLeo <thinkabit.ukim@gmail.com>2020-10-11 23:22:44 +0000
commita904f399c9b7151865bcdeb6113fc7510fc8fbd8 (patch)
tree29e92922ea4c42a1de97d699c1a1f1592940752d
parente2d1e7103389aab66fe05eeedd2b071736b1969b (diff)
downloadalpine_aports-a904f399c9b7151865bcdeb6113fc7510fc8fbd8.tar.bz2
alpine_aports-a904f399c9b7151865bcdeb6113fc7510fc8fbd8.tar.xz
alpine_aports-a904f399c9b7151865bcdeb6113fc7510fc8fbd8.zip
main/kamailio: build ims_ipsec_pcscf module
ims_registrar_pcscf module fails to start without it even if IPSec is not used. Signed-off-by: Konstantin Tcepliaev <f355@f355.org>
-rw-r--r--main/kamailio/APKBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/main/kamailio/APKBUILD b/main/kamailio/APKBUILD
index e666bd875d..c756367d44 100644
--- a/main/kamailio/APKBUILD
+++ b/main/kamailio/APKBUILD
@@ -5,7 +5,7 @@
5 5
6pkgname=kamailio 6pkgname=kamailio
7pkgver=5.4.1 7pkgver=5.4.1
8pkgrel=1 8pkgrel=2
9 9
10# If building from a git snapshot, specify the gitcommit 10# If building from a git snapshot, specify the gitcommit
11# If building a proper release, leave gitcommit blank or commented 11# If building a proper release, leave gitcommit blank or commented
@@ -30,7 +30,7 @@ makedepends="bison db-dev flex freeradius-client-dev expat-dev
30 confuse-dev ncurses-dev sqlite-dev lua-dev openldap-dev openssl-dev 30 confuse-dev ncurses-dev sqlite-dev lua-dev openldap-dev openssl-dev
31 net-snmp-dev libuuid libev-dev jansson-dev json-c-dev libevent-dev 31 net-snmp-dev libuuid libev-dev jansson-dev json-c-dev libevent-dev
32 linux-headers libmemcached-dev rabbitmq-c-dev hiredis-dev 32 linux-headers libmemcached-dev rabbitmq-c-dev hiredis-dev
33 ruby-dev libmaxminddb-dev libunistring-dev mosquitto-dev" 33 ruby-dev libmaxminddb-dev libunistring-dev mosquitto-dev libmnl-dev"
34 # These are in testing / community - can't enable for kamailio in main 34 # These are in testing / community - can't enable for kamailio in main
35 # librdkafka-dev dnssec-tools-dev 35 # librdkafka-dev dnssec-tools-dev
36source="kamailio-${pkgver}$_suffix.tar.gz::https://github.com/kamailio/kamailio/archive/$_gitcommit.tar.gz 36source="kamailio-${pkgver}$_suffix.tar.gz::https://github.com/kamailio/kamailio/archive/$_gitcommit.tar.gz
@@ -198,9 +198,10 @@ _mod_list_redis="db_redis ndb_redis topos_redis"
198_mod_list_mono="app_mono" 198_mod_list_mono="app_mono"
199 199
200# - modules related to IMS extensions 200# - modules related to IMS extensions
201_mod_list_ims="cdp cdp_avp ims_dialog ims_diameter_server ims_auth ims_isc ims_icscf ims_qos \ 201_mod_list_ims="cdp cdp_avp ims_dialog ims_diameter_server ims_auth \
202 ims_registrar_pcscf ims_registrar_scscf ims_usrloc_pcscf ims_ocs \ 202 ims_ipsec_pcscf ims_isc ims_icscf ims_qos ims_registrar_pcscf \
203 ims_usrloc_scscf ims_charging" 203 ims_registrar_scscf ims_usrloc_pcscf ims_ocs ims_usrloc_scscf \
204 ims_charging"
204 205
205# - modules depending on osp toolkit library 206# - modules depending on osp toolkit library
206_mod_list_osp="osp" 207_mod_list_osp="osp"