]> granicus.if.org Git - postgresql/commitdiff
Be more wary about which LIBS elements to pull into sslinfo link.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 6 Sep 2006 18:30:17 +0000 (18:30 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 6 Sep 2006 18:30:17 +0000 (18:30 +0000)
Per buildfarm results.

contrib/sslinfo/Makefile

index 4818a613f2128d1f0ea44fcf8a3a3bd7288e88cd..f064153cc8fcb6e063c1ba6eef865046876c1de4 100644 (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))