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 | 033443ae-cccc-ad2f-51f6-8b5c25cc2d2c@2ndquadrant.com обсуждение исходный текст |
Ответ на | [Patch] Add missing libraries to Libs.private of libpq.pc (Sandro Mani <manisandro@gmail.com>) |
Ответы |
Re: [Patch] Add missing libraries to Libs.private of libpq.pc
|
Список | pgsql-hackers |
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. > -liconv: is required by -lintl (though possibly depends on whether > gettext was compiled with iconv support) Yeah, in both of these cases it depends on what libssl or libintl variant you actually got. It could be the OS one or a separately installed one, it could be one with or without pkg-config support. I'm not sure what a robust solution would be. -- Peter Eisentraut http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
В списке pgsql-hackers по дате отправления: