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
|
end
|
||||||
|
|
||||||
def self.relocation_formulae
|
def self.relocation_formulae
|
||||||
|
@relocation_formulae ||= if HOMEBREW_PATCHELF_RB_WRITE
|
||||||
|
[]
|
||||||
|
else
|
||||||
["patchelf"]
|
["patchelf"]
|
||||||
|
end.freeze
|
||||||
end
|
end
|
||||||
|
|
||||||
def self.bottle_dependencies
|
def self.bottle_dependencies
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user