Use the correct variable in configure() in bash package.py (#46384)
This commit is contained in:
parent
a9a23f4565
commit
2b70f8367c
@ -205,7 +205,7 @@ def configure_args(self):
|
|||||||
args.append("--without-libiconv-prefix")
|
args.append("--without-libiconv-prefix")
|
||||||
# bash malloc relies on sbrk which fails intentionally in musl
|
# bash malloc relies on sbrk which fails intentionally in musl
|
||||||
if spec.satisfies("^[virtuals=libc] musl"):
|
if spec.satisfies("^[virtuals=libc] musl"):
|
||||||
options.append("--without-bash-malloc")
|
args.append("--without-bash-malloc")
|
||||||
return args
|
return args
|
||||||
|
|
||||||
def check(self):
|
def check(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user