mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-23 04:58:48 +00:00
pjproject_bundled: Allow passing configure options to bundled
There wasn't any good way to pass options like --host or --build down to the pjproject configure which makes cross-compiling difficult. * Added a new PJPROJECT_CONFIGURE_OPTS environment variable which can be used to pass arbitrary options to pjproject configure. * Automatically set the pjproject configure --host and --build options to match those supplied for the asterisk configure. ASTERISK-27097 #close Reported-by: Kinsey Moore Change-Id: I5fa776e110262851173002a26ffe1172e4c35b2e
This commit is contained in:
8
CHANGES
8
CHANGES
@@ -54,6 +54,14 @@ chan_pjsip
|
||||
from the SDP, unless the remote side sends a different codec and we will
|
||||
switch to match.
|
||||
|
||||
Build System
|
||||
------------------
|
||||
* Added a new PJPROJECT_CONFIGURE_OPTS environment variable which can be used
|
||||
to pass arbitrary options to the bundled pjproject configure.
|
||||
|
||||
* Automatically set the bundled pjproject configure --host and --build
|
||||
options to match those supplied for the asterisk configure.
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
--- Functionality changes from Asterisk 13.15.0 to Asterisk 13.16.0 ----------
|
||||
------------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user