mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-13 20:05:35 +08:00
fix gettext v1.0 release
This commit is contained in:
@@ -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()}",
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user