Commit 389870b2 authored by Tom Lane's avatar Tom Lane

Be more wary about which LIBS elements to pull into sslinfo link.

Per buildfarm results.
parent 34ec0c81
......@@ -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))
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment