forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4c2eab3
committed
Fix pkg-config files for static linking
Sinceea53100 (PostgreSQL 12), the shipped pkg-config files havebeen broken for statically linking libpq because libpgcommon andlibpgport are missing. This patch adds those two missing privatedependencies (in a non-hardcoded way).Reported-by: Filip Gospodinov <f@gospodinov.ch>Discussion:https://www.postgresql.org/message-id/flat/c7108bde-e051-11d5-a234-99beec01ce2a@gospodinov.ch1 parentc95ede4 commit4c2eab3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
400 | 400 | | |
401 | 401 | | |
402 | 402 | | |
403 | | - | |
| 403 | + | |
404 | 404 | | |
405 | 405 | | |
406 | 406 | | |
| |||
0 commit comments
Comments
(0)