Skip to content

Commit 433caea

Browse files
committed
Fix sslinfo so it builds on Darwin.
1 parent 94ec712 commit 433caea

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

contrib/sslinfo/Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
MODULES = sslinfo
1+
MODULE_big = sslinfo
2+
OBJS = sslinfo.o
23
DATA_built = sslinfo.sql
34
DOC = README.pgsslinfo
45

@@ -11,3 +12,5 @@ top_builddir = ../..
1112
include $(top_builddir)/src/Makefile.global
1213
include $(top_srcdir)/contrib/contrib-global.mk
1314
endif
15+
16+
SHLIB_LINK += $(LIBS)

0 commit comments

Comments
 (0)