svn commit: r416487 - in branches/2016Q2/net: asterisk11 asterisk13

Guido Falsi madpilot at FreeBSD.org
Mon Jun 6 20:34:36 UTC 2016


Author: madpilot
Date: Mon Jun  6 20:34:34 2016
New Revision: 416487
URL: https://svnweb.freebsd.org/changeset/ports/416487

Log:
  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)

Modified:
  branches/2016Q2/net/asterisk11/Makefile
  branches/2016Q2/net/asterisk13/Makefile
Directory Properties:
  branches/2016Q2/   (props changed)

Modified: branches/2016Q2/net/asterisk11/Makefile
==============================================================================
--- branches/2016Q2/net/asterisk11/Makefile	Mon Jun  6 20:33:13 2016	(r416486)
+++ branches/2016Q2/net/asterisk11/Makefile	Mon Jun  6 20:34:34 2016	(r416487)
@@ -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

Modified: branches/2016Q2/net/asterisk13/Makefile
==============================================================================
--- branches/2016Q2/net/asterisk13/Makefile	Mon Jun  6 20:33:13 2016	(r416486)
+++ branches/2016Q2/net/asterisk13/Makefile	Mon Jun  6 20:34:34 2016	(r416487)
@@ -32,6 +32,7 @@ USE_RC_SUBR=	asterisk
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--datarootdir=${DATADIR} \
+			--with-ilbc=internal \
 			--with-crypto=${OPENSSLBASE} \
 			--with-ssl=${OPENSSLBASE}
 


More information about the svn-ports-all mailing list