| От | Tom Lane |
|---|---|
| Тема | Re: Zlib vulnerability heads-up. |
| Дата | |
| Msg-id | 10508.1016049699@sss.pgh.pa.us обсуждение |
| Ответ на | Zlib vulnerability heads-up. (Lamar Owen <lamar.owen@wgcr.org>) |
| Список | pgsql-hackers |
Peter Eisentraut <peter_e@gmx.net> writes:
> We could probably replace $(LIBS) with $(filter {the libraries you really
> want}, $(LIBS)) everywhere (see libpq Makefile). But it might be hard to
> maintain. Not sure.
I'm concerned about cross-library dependencies with that sort of thing.
eg, on some platforms maybe -lcurses requires -ltermcap, on others no.
The existing process for building the LIBS list gets this right, but
extracting a subset of the LIBS list isn't guaranteed to be right.
I'm all for trimming the LIBS list for particular executables if we
can do it ... but as Peter says, it might be a headache.
regards, tom lane
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера