postgresql: fix thinko with thread-safety option (#44381)
This commit is contained in:
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user