summaryrefslogtreecommitdiff
path: root/package/asterisk
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2017-09-09 23:39:25 +0200
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>2017-09-23 19:20:18 +0200
commit7ebab72bbf0827e95f9a16269a2f8509cdfa18a1 (patch)
tree5fa153d8af9bd7371806d978c925420d373f412d /package/asterisk
parent5a532b0291dda3442c43c56d8f5fb5b88e5307ea (diff)
package/asterisk: add optional libsrtp dependency
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Diffstat (limited to 'package/asterisk')
-rw-r--r--package/asterisk/asterisk.mk8
1 files changed, 7 insertions, 1 deletions
diff --git a/package/asterisk/asterisk.mk b/package/asterisk/asterisk.mk
index f5efdfaabb..e674565db1 100644
--- a/package/asterisk/asterisk.mk
+++ b/package/asterisk/asterisk.mk
@@ -90,7 +90,6 @@ ASTERISK_CONF_OPTS = \
--without-spandsp \
--without-ss7 \
--without-sqlite \
- --without-srtp \
--without-suppserv \
--without-tds \
--without-termcap \
@@ -211,6 +210,13 @@ else
ASTERISK_CONF_OPTS += --without-speex --without-speexdsp
endif
+ifeq ($(BR2_PACKAGE_LIBSRTP),y)
+ASTERISK_DEPENDENCIES += libsrtp
+ASTERISK_CONF_OPTS += --with-srtp
+else
+ASTERISK_CONF_OPTS += --without-srtp
+endif
+
ifeq ($(BR2_PACKAGE_LIBVORBIS),y)
ASTERISK_DEPENDENCIES += libvorbis
ASTERISK_CONF_OPTS += --with-vorbis