This commit is contained in:
crazywhalecc
2025-07-10 12:59:27 +08:00
parent a5d26d6517
commit dd72b32559
6 changed files with 50 additions and 5 deletions

View File

@@ -145,6 +145,9 @@ class SPCConfigUtil
}
}
}
if (in_array('imap', $libraries) && SPCTarget::getLibc() === 'glibc') {
$short_name[] = '-lcrypt';
}
return implode(' ', $short_name);
}