Fix pkg-config file for static linking

From: Filip Gospodinov <f(at)gospodinov(dot)ch>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Fix pkg-config file for static linking
Date: 2021-06-21 13:47:38
Message-ID: c7108bde-e051-11d5-a234-99beec01ce2a@gospodinov.ch
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
pkgconfig.patch text/x-patch 404 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Rowley 2021-06-21 14:15:26 Re: Use simplehash.h instead of dynahash in SMgr
Previous Message Finnerty, Jim 2021-06-21 13:23:38 Re: Character expansion with ICU collations