]> git.ipfire.org Git - thirdparty/asterisk.git/commit
pjproject_bundled: Allow passing configure options to bundled
authorGeorge Joseph <gjoseph@digium.com>
Fri, 30 Jun 2017 13:31:52 +0000 (07:31 -0600)
committerGeorge Joseph <gjoseph@digium.com>
Fri, 30 Jun 2017 13:39:07 +0000 (07:39 -0600)
commitbbe68f139db525b2d922f63d8452d9732fb5f1b9
tree7df98d8ee9949083438029552311e484153aa46e
parent997c11235e6f6fe9dce285bdd6b199b450aed2bc
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
CHANGES
configure
third-party/configure.m4
third-party/pjproject/Makefile.rules
third-party/pjproject/configure.m4