aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/asterisk11/Makefile3
-rw-r--r--net/asterisk13/Makefile1
2 files changed, 3 insertions, 1 deletions
diff --git a/net/asterisk11/Makefile b/net/asterisk11/Makefile
index 0d11e0c49f9c..4b56bad193fb 100644
--- a/net/asterisk11/Makefile
+++ b/net/asterisk11/Makefile
@@ -28,7 +28,8 @@ USE_OPENSSL= yes
USE_RC_SUBR= asterisk
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-crypto=${OPENSSLBASE} \
+CONFIGURE_ARGS+= --with-ilbc=internal \
+ --with-crypto=${OPENSSLBASE} \
--with-ssl=${OPENSSLBASE}
CPE_VENDOR= digium
diff --git a/net/asterisk13/Makefile b/net/asterisk13/Makefile
index 5565409629a1..9f85df2a3865 100644
--- a/net/asterisk13/Makefile
+++ b/net/asterisk13/Makefile
@@ -32,6 +32,7 @@ USE_RC_SUBR= asterisk
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --datarootdir=${DATADIR} \
+ --with-ilbc=internal \
--with-crypto=${OPENSSLBASE} \
--with-ssl=${OPENSSLBASE}