gnuplot: fix undefined ref to symbol libiconv_open (#42116)
This fixes #39720.
This commit is contained in:
parent
0331b0d044
commit
85b2becd06
@ -162,7 +162,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")
|
||||||
|
|
||||||
if spec.satisfies("%gcc@11:"):
|
if spec.satisfies("%gcc@8:"):
|
||||||
os.environ["LDFLAGS"] = "-Wl,--copy-dt-needed-entries"
|
os.environ["LDFLAGS"] = "-Wl,--copy-dt-needed-entries"
|
||||||
|
|
||||||
return options
|
return options
|
||||||
|
Loading…
Reference in New Issue
Block a user