Update src/Package/Library/gettext.php

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Jerry Ma
2026-04-13 08:21:04 +08:00
committed by GitHub
parent e8b8abea47
commit 9fc2b64b6b

View File

@@ -36,7 +36,7 @@ class gettext
$autoconf->addConfigureArgs('--enable-threads=isoc+posix')
->appendEnv([
'CFLAGS' => '-lpthread -D_REENTRANT',
'LDFLGAS' => '-lpthread',
'LDFLAGS' => '-lpthread',
]);
} else {
$autoconf->addConfigureArgs('--disable-threads');