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 0114700 commit 7b6e707Copy full SHA for 7b6e707
src/SPC/builder/unix/library/postgresql.php
@@ -49,10 +49,8 @@ protected function build(): void
49
$spc = new SPCConfigUtil($this->getBuilder(), ['no_php' => true, 'libs_only_deps' => true]);
50
$config = $spc->config(libraries: $libs, include_suggest_lib: $this->builder->getOption('with-suggested-libs'));
51
52
- $macos_15_bug_cflags = PHP_OS_FAMILY === 'Darwin' ? '' : '';
53
-
54
$env_vars = [
55
- 'CFLAGS' => "{$config['cflags']} -fno-ident{$macos_15_bug_cflags}",
+ 'CFLAGS' => "{$config['cflags']} -fno-ident",
56
'CPPFLAGS' => '-DPIC',
57
'LDFLAGS' => $config['ldflags'],
58
'LIBS' => $config['libs'],
0 commit comments