mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 10:47:18 +00:00 
			
		
		
		
	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
		
			
				
	
	
		
			11 lines
		
	
	
		
			154 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			154 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| #
 | |
| # If this file is changed, be sure to run ASTTOPDIR/bootstrap.sh
 | |
| # before committing.
 | |
| #
 | |
| 
 | |
| AC_DEFUN([THIRD_PARTY_CONFIGURE],
 | |
| [
 | |
| 	PJPROJECT_CONFIGURE()
 | |
| ])
 | |
| 
 |