aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2016-06-06 20:34:34 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2016-06-06 20:34:34 +0000
commit1c633af674ae4fa910414d8a08f485b6947aaedd (patch)
treefb8c2fe3cb3bcd9b588c529a4662196efae4acfb
parent9fdb0a14568016257085fcc5bbda700bdfb57ef7 (diff)
downloadports-1c633af674ae4fa910414d8a08f485b6947aaedd.tar.gz
ports-1c633af674ae4fa910414d8a08f485b6947aaedd.zip
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 <technotrance at list.ru> Approved by: ports-secteam (feld)
Notes
Notes: svn path=/branches/2016Q2/; revision=416487
-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}