pgsql: Improve fix pkg-config files for static linking

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Improve fix pkg-config files for static linking
Date: 2021-09-06 07:13:04
Message-ID: E1mN8oS-0007oE-Nu@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve fix pkg-config files for static linking

Amend 4c2eab3a0dec2eae40892fb525830a5947a398c7 to link against the
libraries without the "_shlib" suffix, since this is meant for static
linking.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/55392bc5b0e0c1a8045627bbc41b4ec7143c4cc7

Modified Files
--------------
src/Makefile.shlib | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2021-09-06 07:49:45 pgsql: Fix pkg-config files for static linking
Previous Message Michael Paquier 2021-09-06 02:08:05 pgsql: Move the shared memory size calculation to its own function