Skip to content

Commit

Permalink
MFH: r416484
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
madpilot78 committed Jun 6, 2016
1 parent 9fdb0a1 commit 1c633af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion net/asterisk11/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions net/asterisk13/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ USE_RC_SUBR= asterisk

GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --datarootdir=${DATADIR} \
--with-ilbc=internal \
--with-crypto=${OPENSSLBASE} \
--with-ssl=${OPENSSLBASE}

Expand Down

0 comments on commit 1c633af

Please sign in to comment.