From c5ae719b9c7bdb811d8f94eff42b3827e5cde1fc Mon Sep 17 00:00:00 2001 From: Jerry Ma Date: Mon, 13 Oct 2025 22:40:56 +0800 Subject: [PATCH] Update src/SPC/builder/unix/library/postgresql.php Co-authored-by: Marc --- src/SPC/builder/unix/library/postgresql.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SPC/builder/unix/library/postgresql.php b/src/SPC/builder/unix/library/postgresql.php index 6c42cf75..67935d14 100644 --- a/src/SPC/builder/unix/library/postgresql.php +++ b/src/SPC/builder/unix/library/postgresql.php @@ -50,7 +50,7 @@ trait postgresql $config = $spc->config(libraries: $libs, include_suggest_lib: $this->builder->getOption('with-suggested-libs')); $env_vars = [ - 'CFLAGS' => "{$config['cflags']} -fno-ident", + 'CFLAGS' => $config['cflags'], 'CPPFLAGS' => '-DPIC', 'LDFLAGS' => $config['ldflags'], 'LIBS' => $config['libs'],