gnuplot: fix build with Apple Clang (#34092)
This commit is contained in:
parent
b2505aed5c
commit
2c8ab85e6a
1 changed files with 3 additions and 1 deletions
|
@ -158,5 +158,7 @@ def configure_args(self):
|
||||||
# TODO: --with-aquaterm depends_on('aquaterm')
|
# TODO: --with-aquaterm depends_on('aquaterm')
|
||||||
options.append("--without-aquaterm")
|
options.append("--without-aquaterm")
|
||||||
|
|
||||||
os.environ["LDFLAGS"] = "-Wl,--copy-dt-needed-entries"
|
if spec.satisfies("%gcc@11:"):
|
||||||
|
os.environ["LDFLAGS"] = "-Wl,--copy-dt-needed-entries"
|
||||||
|
|
||||||
return options
|
return options
|
||||||
|
|
Loading…
Reference in a new issue