mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 23:21:29 +00:00 
			
		
		
		
	On HP-UX, -rpath is another option taking an argument that needs to go
to the libs variable. Reported by Albert Chin-A-Young.
This commit is contained in:
		
							parent
							
								
									18659608dc
								
							
						
					
					
						commit
						8bfefce75e
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -142,6 +142,7 @@ sed -e 's/[ 	]*#.*//' -e '/^[ 	]*$/d' |
 | 
			
		|||
			case $arg in
 | 
			
		||||
			-[IDUC]*)	cpps="$cpps $arg";;
 | 
			
		||||
			-Xlinker)	libs="$libs $arg"; skip=libs;;
 | 
			
		||||
			-rpath)		libs="$libs $arg"; skip=libs;;
 | 
			
		||||
			-[A-Zl]*)	libs="$libs $arg";;
 | 
			
		||||
			*.a)		libs="$libs $arg";;
 | 
			
		||||
			*.so)		libs="$libs $arg";;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue