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 66840a8 commit 7bdcda1Copy full SHA for 7bdcda1
1 file changed
src/SPC/builder/unix/library/gmp.php
@@ -10,7 +10,12 @@ trait gmp
10
{
11
protected function build(): void
12
13
- UnixAutoconfExecutor::create($this)->configure()->make();
+ UnixAutoconfExecutor::create($this)
14
+ ->appendEnv([
15
+ 'CFLAGS' => '-std=gnu99',
16
+ ])
17
+ ->configure()
18
+ ->make();
19
$this->patchPkgconfPrefix(['gmp.pc']);
20
}
21
0 commit comments