Re: Fix pkg-config file for static linking

From: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
To: Filip Gospodinov <f(at)gospodinov(dot)ch>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Fix pkg-config file for static linking
Date: 2021-07-06 13:13:42
Message-ID: 49f8c271-7e12-3991-d3da-dee67a48bbc9@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 21.06.21 15:47, Filip Gospodinov wrote:
> -PKG_CONFIG_REQUIRES_PRIVATE = libssl libcrypto
> +PKG_CONFIG_REQUIRES_PRIVATE = libpgcommon libpgport libssl libcrypto

This doesn't work.

This patch adds libpgcommon and libpgport to Requires.private. But they
are not pkg-config names but library names, so they should be added to
Libs.private.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2021-07-06 13:14:50 Re: Keep notnullattrs in RelOptInfo (Was part of UniqueKey patch series)
Previous Message Alexander Pyhalov 2021-07-06 13:09:19 Re: Asymmetric partition-wise JOIN