mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-20 23:35:37 +08:00
Fix pgsql linux builds with PHP 8.4
This commit is contained in:
@@ -25,7 +25,7 @@ class pgsql extends Extension
|
|||||||
FileSystem::replaceFileStr(
|
FileSystem::replaceFileStr(
|
||||||
SOURCE_PATH . '/php-src/configure',
|
SOURCE_PATH . '/php-src/configure',
|
||||||
'LIBS="-lpq',
|
'LIBS="-lpq',
|
||||||
'LIBS="-lpq -lpgport -lpgcommon'
|
'LIBS="-lpq -lpgport -lpgcommon -lssl -lcrypto -lz -lm'
|
||||||
);
|
);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user