Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jun 2016 20:07:26 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r416484 - in head/net: asterisk11 asterisk13
Message-ID:  <201606062007.u56K7Q1j095451@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Mon Jun  6 20:07:26 2016
New Revision: 416484
URL: https://svnweb.freebsd.org/changeset/ports/416484

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

Modified:
  head/net/asterisk11/Makefile
  head/net/asterisk13/Makefile

Modified: head/net/asterisk11/Makefile
==============================================================================
--- head/net/asterisk11/Makefile	Mon Jun  6 18:41:24 2016	(r416483)
+++ head/net/asterisk11/Makefile	Mon Jun  6 20:07:26 2016	(r416484)
@@ -29,7 +29,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: head/net/asterisk13/Makefile
==============================================================================
--- head/net/asterisk13/Makefile	Mon Jun  6 18:41:24 2016	(r416483)
+++ head/net/asterisk13/Makefile	Mon Jun  6 20:07:26 2016	(r416484)
@@ -32,6 +32,7 @@ USE_RC_SUBR=	asterisk
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--datarootdir=${DATADIR} \
+			--with-ilbc=internal \
 			--with-crypto=${OPENSSLBASE} \
 			--with-ssl=${OPENSSLBASE}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606062007.u56K7Q1j095451>