Merge pull request #5163 from sjackman/keg-relocate-glibc

Patching the dynamic linker of glibc breaks it [Linux]
This commit is contained in:
Mike McQuaid 2018-10-23 19:14:09 +01:00 committed by GitHub
commit a01b37bfac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"