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