mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
fix gettext v1.0 release
This commit is contained in:
parent
4531c9fe57
commit
c5882c1f8e
@ -16,7 +16,11 @@ trait gettext
|
|||||||
->addConfigureArgs(
|
->addConfigureArgs(
|
||||||
'--disable-java',
|
'--disable-java',
|
||||||
'--disable-c++',
|
'--disable-c++',
|
||||||
'--with-included-gettext',
|
'--disable-d',
|
||||||
|
'--disable-rpath',
|
||||||
|
'--disable-modula2',
|
||||||
|
'--disable-libasprintf',
|
||||||
|
'--with-included-libintl',
|
||||||
"--with-iconv-prefix={$this->getBuildRootPath()}",
|
"--with-iconv-prefix={$this->getBuildRootPath()}",
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user