Merge pull request #10787 from MikeMcQuaid/no-patchelf-needed
linux/keg_relocate: patchelf dependency is conditional.
This commit is contained in:
commit
2466afdd83
@ -80,7 +80,11 @@ class Keg
|
||||
end
|
||||
|
||||
def self.relocation_formulae
|
||||
["patchelf"]
|
||||
@relocation_formulae ||= if HOMEBREW_PATCHELF_RB_WRITE
|
||||
[]
|
||||
else
|
||||
["patchelf"]
|
||||
end.freeze
|
||||
end
|
||||
|
||||
def self.bottle_dependencies
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user