Re: [Patch] Add missing libraries to Libs.private of libpq.pc

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [Patch] Add missing libraries to Libs.private of libpq.pc
Дата
Msg-id 1c12e077-c7c3-7a84-4aba-b6c808d83fb8@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: [Patch] Add missing libraries to Libs.private of libpq.pc  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Ответы Re: [Patch] Add missing libraries to Libs.private of libpq.pc
Список pgsql-hackers
On 2020-07-10 21:47, Peter Eisentraut wrote:
> On 2020-04-08 11:38, Sandro Mani wrote:
>> The following patch, which we added to build mingw-postgresql on Fedora,
>> adds some missing libraries to Libs.private of libpq.pc, discovered when
>> attempting to statically link with libpq:
>>
>> -lz: is required by -lcrypto
> 
> I think the correct fix for that would be to add libssl to libpq's
> Requires.private.

For that, I propose the attached patch.

>> -liconv: is required by -lintl (though possibly depends on whether
>> gettext was compiled with iconv support)

I think the solution here would be to have gettext provide a pkg-config 
file.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Juan José Santamaría Flecha
Дата:
Сообщение: Re: A micro-optimisation for walkdir()
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: BUG #16419: wrong parsing BC year in to_date() function