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 d1b1949 commit fff2484Copy full SHA for fff2484
src/SPC/builder/unix/library/postgresql.php
@@ -50,7 +50,7 @@ protected function build(): void
50
$config = $spc->config(libraries: $libs, include_suggest_lib: $this->builder->getOption('with-suggested-libs', false));
51
52
$env_vars = [
53
- 'CFLAGS' => $config['cflags'],
+ 'CFLAGS' => $config['cflags'] . ' -std=c17',
54
'CPPFLAGS' => '-DPIC',
55
'LDFLAGS' => $config['ldflags'],
56
'LIBS' => $config['libs'],
0 commit comments