Skip to content

Commit 64258e3

Browse files
committed
Fix pgsql linux builds with PHP 8.4
1 parent fe72b80 commit 64258e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SPC/builder/extension/pgsql.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public function patchBeforeConfigure(): bool
2525
FileSystem::replaceFileStr(
2626
SOURCE_PATH . '/php-src/configure',
2727
'LIBS="-lpq',
28-
'LIBS="-lpq -lpgport -lpgcommon'
28+
'LIBS="-lpq -lpgport -lpgcommon -lssl -lcrypto -lz -lm'
2929
);
3030
return true;
3131
}

0 commit comments

Comments
 (0)