We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe72b80 commit 64258e3Copy full SHA for 64258e3
src/SPC/builder/extension/pgsql.php
@@ -25,7 +25,7 @@ public function patchBeforeConfigure(): bool
25
FileSystem::replaceFileStr(
26
SOURCE_PATH . '/php-src/configure',
27
'LIBS="-lpq',
28
- 'LIBS="-lpq -lpgport -lpgcommon'
+ 'LIBS="-lpq -lpgport -lpgcommon -lssl -lcrypto -lz -lm'
29
);
30
return true;
31
}
0 commit comments