Merge pull request #5163 from sjackman/keg-relocate-glibc
Patching the dynamic linker of glibc breaks it [Linux]
This commit is contained in:
		
						commit
						a01b37bfac
					
				@ -1,5 +1,8 @@
 | 
			
		||||
class Keg
 | 
			
		||||
  def relocate_dynamic_linkage(relocation)
 | 
			
		||||
    # Patching the dynamic linker of glibc breaks it.
 | 
			
		||||
    return if name == "glibc"
 | 
			
		||||
 | 
			
		||||
    # Patching patchelf using itself fails with "Text file busy" or SIGBUS.
 | 
			
		||||
    return if name == "patchelf"
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user