mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Be more wary about which LIBS elements to pull into sslinfo link.
Per buildfarm results.
This commit is contained in:
@ -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))
|
||||
|
Reference in New Issue
Block a user