We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31906b3 commit 6b91570Copy full SHA for 6b91570
src/SPC/builder/unix/library/libedit.php
@@ -11,6 +11,7 @@ trait libedit
11
protected function build(): void
12
{
13
UnixAutoconfExecutor::create($this)
14
+ ->appendEnv(['CFLAGS' => '-D__STDC_ISO_10646__=201103L'])
15
->configure()
16
->make();
17
$this->patchPkgconfPrefix(['libedit.pc']);
0 commit comments