Skip to content

Commit c5882c1

Browse files
committed
fix gettext v1.0 release
1 parent 4531c9f commit c5882c1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/SPC/builder/unix/library/gettext.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ protected function build(): void
1616
->addConfigureArgs(
1717
'--disable-java',
1818
'--disable-c++',
19-
'--with-included-gettext',
19+
'--disable-d',
20+
'--disable-rpath',
21+
'--disable-modula2',
22+
'--disable-libasprintf',
23+
'--with-included-libintl',
2024
"--with-iconv-prefix={$this->getBuildRootPath()}",
2125
);
2226

0 commit comments

Comments
 (0)