linux/keg_relocate: remove patchelf exemption
I don't think this is needed anymore. We probably needed this when we used `patchelf` to do `RPATH` rewriting, but this is no longer the case.
This commit is contained in:
parent
ff9c250019
commit
2d95b9acda
@ -8,9 +8,6 @@ class Keg
|
||||
# Patching the dynamic linker of glibc breaks it.
|
||||
return if name.match? Version.formula_optionally_versioned_regex(:glibc)
|
||||
|
||||
# Patching patchelf fails with "Text file busy" or SIGBUS.
|
||||
return if name == "patchelf"
|
||||
|
||||
old_prefix, new_prefix = relocation.replacement_pair_for(:prefix)
|
||||
|
||||
elf_files.each do |file|
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user