Merge pull request #11342 from carlocab/pour-rpath
formula_installer: set `HOMEBREW_RELOCATE_RPATHS`
This commit is contained in:
commit
25045e658e
@ -1156,7 +1156,11 @@ class FormulaInstaller
|
||||
end
|
||||
|
||||
skip_linkage = formula.bottle_specification.skip_relocation?
|
||||
# TODO: Remove `with_env` when bottles are built with RPATH relocation enabled
|
||||
# https://github.com/Homebrew/brew/issues/11329
|
||||
with_env(HOMEBREW_RELOCATE_RPATHS: "1") do
|
||||
keg.replace_placeholders_with_locations tab.changed_files, skip_linkage: skip_linkage
|
||||
end
|
||||
|
||||
# fill in missing/outdated parts of the tab
|
||||
# keep in sync with Tab#to_bottle_json
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user