This commit is contained in:
DubbleClick 2025-06-07 21:19:17 +07:00
parent e5f483de1d
commit 2093b4ec85

View File

@ -91,7 +91,7 @@ trait postgresql
->execWithEnv(
"{$envs} ../configure " .
"--prefix={$builddir} " .
($this->builder->getOption('enable-zts') ? '--enable-thread-safety ' : '--disable-thread-safety ') .
($this->builder->getOption('enable-zts') ? '--enable-thread-safety ' : '--disable-thread-safety ') .
'--enable-coverage=no ' .
'--with-ssl=openssl ' .
'--with-readline ' .