-
- Downloads
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
Showing
- CHANGES 8 additions, 0 deletionsCHANGES
- configure 26 additions, 21 deletionsconfigure
- third-party/configure.m4 4 additions, 1 deletionthird-party/configure.m4
- third-party/pjproject/Makefile.rules 4 additions, 1 deletionthird-party/pjproject/Makefile.rules
- third-party/pjproject/configure.m4 21 additions, 3 deletionsthird-party/pjproject/configure.m4
Loading
Please register or sign in to comment