From 1c633af674ae4fa910414d8a08f485b6947aaedd Mon Sep 17 00:00:00 2001 From: Guido Falsi Date: Mon, 6 Jun 2016 20:34:34 +0000 Subject: MFH: r416484 Force asterisk to use it's internal iLBC implementation. This prevents asterisk configure script from being confused by net/libilbc (which is not compatible) if installed on the system. PR: 210074 Submitted by: Nikolay Approved by: ports-secteam (feld) --- net/asterisk11/Makefile | 3 ++- net/asterisk13/Makefile | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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} -- cgit v1.2.3