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 44141cd commit cdfaf2dCopy full SHA for cdfaf2d
contrib/pg_tde/Makefile
@@ -84,8 +84,7 @@ include $(top_srcdir)/contrib/contrib-global.mk
84
endif
85
86
SHLIB_LINK = -lcurl -lcrypto -lssl
87
-LDFLAGS_EX = -L$(top_builddir)/src/fe_utils
88
-PG_LIBS = -lcurl -lcrypto -lssl -lpgfeutils
+LDFLAGS_EX = -L$(top_builddir)/src/fe_utils -lcurl -lcrypto -lssl -lpgfeutils
89
90
$(KMIP_OBJS): CFLAGS += -w # This is a 3rd party, disable warnings completely
91
0 commit comments