We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4531c9f commit c5882c1Copy full SHA for c5882c1
src/SPC/builder/unix/library/gettext.php
@@ -16,7 +16,11 @@ protected function build(): void
16
->addConfigureArgs(
17
'--disable-java',
18
'--disable-c++',
19
- '--with-included-gettext',
+ '--disable-d',
20
+ '--disable-rpath',
21
+ '--disable-modula2',
22
+ '--disable-libasprintf',
23
+ '--with-included-libintl',
24
"--with-iconv-prefix={$this->getBuildRootPath()}",
25
);
26
0 commit comments