Fix pkg-config files for static linking Since ea53100d5 (PostgreSQL 12), the shipped pkg-config files have been broken for statically linking libpq because libpgcommon and libpgport are missing. This patch adds those two missing private dependencies (in a non-hardcoded way).
Reported-by: Filip Gospodinov <[email protected]> Discussion: https://www.postgresql.org/message-id/flat/[email protected] Branch ------ REL_14_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/1e9afc868eb5a3b2f50629c2724d9fcdbe0afee2 Modified Files -------------- src/Makefile.shlib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
