From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Fix pkg-config files for static linking |
Date: | 2021-09-06 07:49:45 |
Message-ID: | E1mN9Nx-00083S-B2@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
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 <f(at)gospodinov(dot)ch>
Discussion: https://www.postgresql.org/message-id/flat/c7108bde-e051-11d5-a234-99beec01ce2a(at)gospodinov(dot)ch
Branch
------
REL_12_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/60bf7e69b07851d28e59d3c19fcbd6893866a519
Modified Files
--------------
src/Makefile.shlib | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Fujii Masao | 2021-09-06 08:06:34 | pgsql: Fix typo in comments. |
Previous Message | Peter Eisentraut | 2021-09-06 07:13:04 | pgsql: Improve fix pkg-config files for static linking |