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

Per buildfarm results.
This commit is contained in:
Tom Lane 2006-09-06 18:30:17 +00:00
parent 34ec0c81af
commit 389870b256
1 changed files with 1 additions and 1 deletions

View File

@ -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))