Fix pkg-config file for static linking - Mailing list pgsql-hackers

From Filip Gospodinov
Subject Fix pkg-config file for static linking
Date
Msg-id c7108bde-e051-11d5-a234-99beec01ce2a@gospodinov.ch
Whole thread Raw
Responses Re: Fix pkg-config file for static linking
List pgsql-hackers
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.

Attachment

pgsql-hackers by date:

Previous
From: "Finnerty, Jim"
Date:
Subject: Re: Character expansion with ICU collations
Next
From: David Rowley
Date:
Subject: Re: Use simplehash.h instead of dynahash in SMgr