Merge pull request #12408 from lab47/b-linux-path
Do not pass -Wl,-headerpad_max_install_names on linux
This commit is contained in:
commit
ac6196c721
@ -55,8 +55,6 @@ module Stdenv
|
|||||||
# Os is the default Apple uses for all its stuff so let's trust them
|
# Os is the default Apple uses for all its stuff so let's trust them
|
||||||
define_cflags "-Os #{SAFE_CFLAGS_FLAGS}"
|
define_cflags "-Os #{SAFE_CFLAGS_FLAGS}"
|
||||||
|
|
||||||
append "LDFLAGS", "-Wl,-headerpad_max_install_names"
|
|
||||||
|
|
||||||
send(compiler)
|
send(compiler)
|
||||||
|
|
||||||
return unless cc&.match?(GNU_GCC_REGEXP)
|
return unless cc&.match?(GNU_GCC_REGEXP)
|
||||||
|
@ -16,6 +16,8 @@ module Stdenv
|
|||||||
bottle_arch: bottle_arch, testing_formula: testing_formula
|
bottle_arch: bottle_arch, testing_formula: testing_formula
|
||||||
)
|
)
|
||||||
|
|
||||||
|
append "LDFLAGS", "-Wl,-headerpad_max_install_names"
|
||||||
|
|
||||||
# sed is strict, and errors out when it encounters files with
|
# sed is strict, and errors out when it encounters files with
|
||||||
# mixed character sets
|
# mixed character sets
|
||||||
delete("LC_ALL")
|
delete("LC_ALL")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user