postgresql: fix thinko with thread-safety
option (#44381)
This commit is contained in:
parent
5ff8908ff3
commit
230687a501
@ -73,8 +73,7 @@ def configure_args(self):
|
|||||||
spec = self.spec
|
spec = self.spec
|
||||||
args = ["--with-openssl"]
|
args = ["--with-openssl"]
|
||||||
|
|
||||||
if spec.satisfies("+threadsafe"):
|
args.extend(self.enable_or_disable("thread-safety", variant="threadsafe"))
|
||||||
args.append(self.enable_or_disable("thread-safety"))
|
|
||||||
|
|
||||||
if spec.variants["lineedit"].value == "libedit":
|
if spec.variants["lineedit"].value == "libedit":
|
||||||
args.append("--with-libedit-preferred")
|
args.append("--with-libedit-preferred")
|
||||||
|
Loading…
Reference in New Issue
Block a user