Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17c371f commit 723af8eCopy full SHA for 723af8e
contrib/dblink/Makefile
@@ -1,4 +1,4 @@
1
-# $PostgreSQL: pgsql/contrib/dblink/Makefile,v 1.11 2006/02/27 12:54:38 petere Exp $
+# $PostgreSQL: pgsql/contrib/dblink/Makefile,v 1.12 2006/09/10 21:38:26 tgl Exp $
2
3
MODULE_big = dblink
4
PG_CPPFLAGS = -I$(libpq_srcdir)
@@ -20,3 +20,6 @@ top_builddir = ../..
20
include $(top_builddir)/src/Makefile.global
21
include $(top_srcdir)/contrib/contrib-global.mk
22
endif
23
+
24
+# Apparently AIX requires that we mention everything libpq depends on :-(
25
+SHLIB_LINK += $(filter -lintl -lssl -lcrypto, $(LIBS))
0 commit comments