mirror of https://github.com/postgres/postgres
Be more wary about which LIBS elements to pull into sslinfo link.
Per buildfarm results.
This commit is contained in:
parent
34ec0c81af
commit
389870b256
|
@ -13,4 +13,4 @@ include $(top_builddir)/src/Makefile.global
|
|||
include $(top_srcdir)/contrib/contrib-global.mk
|
||||
endif
|
||||
|
||||
SHLIB_LINK += $(LIBS)
|
||||
SHLIB_LINK += $(filter -lssl -lcrypto -lssleay32 -leay32, $(LIBS))
|
||||
|
|
Loading…
Reference in New Issue