From 389870b256bc65f088a7f9a4ea4a88c01242c551 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Wed, 6 Sep 2006 18:30:17 +0000 Subject: [PATCH] Be more wary about which LIBS elements to pull into sslinfo link. Per buildfarm results. --- contrib/sslinfo/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/sslinfo/Makefile b/contrib/sslinfo/Makefile index 4818a613f2..f064153cc8 100644 --- a/contrib/sslinfo/Makefile +++ b/contrib/sslinfo/Makefile @@ -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))