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

From Peter Eisentraut
Subject Re: Fix pkg-config file for static linking
Date
Msg-id 49f8c271-7e12-3991-d3da-dee67a48bbc9@enterprisedb.com
Whole thread Raw
In response to Fix pkg-config file for static linking  (Filip Gospodinov <f@gospodinov.ch>)
Responses Re: Fix pkg-config file for static linking  (Filip Gospodinov <f@gospodinov.ch>)
List 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.



pgsql-hackers by date:

Previous
From: Alexander Pyhalov
Date:
Subject: Re: Asymmetric partition-wise JOIN
Next
From: Tom Lane
Date:
Subject: Re: Keep notnullattrs in RelOptInfo (Was part of UniqueKey patch series)