mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 12:54:52 +08:00
add auto-detect icu support for postgresql
This commit is contained in:
parent
3745dfc931
commit
65b0bd01c8
@ -391,6 +391,9 @@
|
|||||||
"openssl",
|
"openssl",
|
||||||
"zlib",
|
"zlib",
|
||||||
"readline"
|
"readline"
|
||||||
|
],
|
||||||
|
"lib-suggests": [
|
||||||
|
"icu"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"pthreads4w": {
|
"pthreads4w": {
|
||||||
|
|||||||
@ -57,7 +57,7 @@ trait postgresql
|
|||||||
'--with-ssl=openssl ' .
|
'--with-ssl=openssl ' .
|
||||||
'--with-readline ' .
|
'--with-readline ' .
|
||||||
'--with-libxml ' .
|
'--with-libxml ' .
|
||||||
'--without-icu ' .
|
($this->builder->getLib('icu') ? '--with-icu ' : '--without-icu ') .
|
||||||
'--without-ldap ' .
|
'--without-ldap ' .
|
||||||
'--without-libxslt ' .
|
'--without-libxslt ' .
|
||||||
'--without-lz4 ' .
|
'--without-lz4 ' .
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user