fix clang musl compilation

This commit is contained in:
henderkes 2025-10-08 09:26:20 +02:00
parent 31906b36e5
commit 6b91570054

View File

@ -11,6 +11,7 @@ trait libedit
protected function build(): void
{
UnixAutoconfExecutor::create($this)
->appendEnv(['CFLAGS' => '-D__STDC_ISO_10646__=201103L'])
->configure()
->make();
$this->patchPkgconfPrefix(['libedit.pc']);