prevent libedit from building strlcat/strlcpy, no idea why their soure code doesn't prevent this correctly itself

This commit is contained in:
henderkes
2025-10-21 13:54:34 +02:00
parent 41fb29eba4
commit 2e13be2a7a
2 changed files with 15 additions and 4 deletions

View File

@@ -44,7 +44,7 @@ class SourcePatcher
}
foreach ($builder->getLibs() as $lib) {
if ($lib->patchBeforeBuildconf() === true) {
logger()->info("Library [{$lib->getName()}]patched before buildconf");
logger()->info("Library [{$lib->getName()}] patched before buildconf");
}
}
// patch windows php 8.1 bug