Re: Fix pkg-config file for static linking

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Fix pkg-config file for static linking
Дата
Msg-id 49f8c271-7e12-3991-d3da-dee67a48bbc9@enterprisedb.com
обсуждение исходный текст
Ответ на Fix pkg-config file for static linking  (Filip Gospodinov <f@gospodinov.ch>)
Ответы Re: Fix pkg-config file for static linking  (Filip Gospodinov <f@gospodinov.ch>)
Список 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 по дате отправления:

Предыдущее
От: Alexander Pyhalov
Дата:
Сообщение: Re: Asymmetric partition-wise JOIN
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Keep notnullattrs in RelOptInfo (Was part of UniqueKey patch series)