projects
/
postgresql
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34ec0c8
)
Be more wary about which LIBS elements to pull into sslinfo link.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Wed, 6 Sep 2006 18:30:17 +0000
(18:30 +0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Wed, 6 Sep 2006 18:30:17 +0000
(18:30 +0000)
Per buildfarm results.
contrib/sslinfo/Makefile
patch
|
blob
|
history
diff --git
a/contrib/sslinfo/Makefile
b/contrib/sslinfo/Makefile
index 4818a613f2128d1f0ea44fcf8a3a3bd7288e88cd..f064153cc8fcb6e063c1ba6eef865046876c1de4 100644
(file)
--- 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)
)