Use patch for current package exclusively

This commit is contained in:
crazywhalecc
2025-12-08 16:58:04 +08:00
parent a1cadecc54
commit 80d922ab3b
2 changed files with 5 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ use StaticPHP\Util\FileSystem;
#[Library('imap')]
class imap
{
#[AfterStage('php', 'patch-embed-scripts')]
#[AfterStage('php', 'patch-embed-scripts', 'imap')]
#[PatchDescription('Fix missing -lcrypt in php-config libs on glibc systems')]
public function afterPatchScripts(): void
{