postgresql: add command property (#31297)
This commit is contained in:
parent
f6d4000e58
commit
4f203eb50f
@ -58,6 +58,10 @@ class Postgresql(AutotoolsPackage):
|
||||
depends_on('python', when='+python')
|
||||
depends_on('libxml2', when='+xml')
|
||||
|
||||
@property
|
||||
def command(self):
|
||||
return Exectuable(self.prefix.bin.pg_config)
|
||||
|
||||
def configure_args(self):
|
||||
config_args = ["--with-openssl"]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user