Fix pkg-config file for static linking
Filip Gospodinov <f@gospodinov.ch>
From: Filip Gospodinov <f@gospodinov.ch>
To: pgsql-hackers@lists.postgresql.org
Date: 2021-06-21T13:47:38Z
Lists: pgsql-hackers
Attachments
- pkgconfig.patch (text/x-patch) patch
Since https://github.com/postgres/postgres/commit/ea53100d5 (or Postgres 12.0) the shipped pkg-config file is broken for statically linking libpq because libpgcommon and libpgport are missing. This patch adds those two missing private dependencies.
Commits
-
Fix pkg-config files for static linking
- 60bf7e69b078 12.9 landed
- 9f9ae019d194 13.5 landed
- 1e9afc868eb5 14.0 landed
- 4c2eab3a0dec 15.0 landed
-
Fix corner-case uninitialized-variable issues in plpgsql.
- d9809bf8694c 15.0 cited
-
Add libpq's openssl dependencies to pkg-config file
- beff361bc1ed 14.0 cited