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 4c4e3d0 commit 1107aa4Copy full SHA for 1107aa4
contrib/pg_tde/Makefile
@@ -87,7 +87,7 @@ SHLIB_LINK = -lcurl -lcrypto -lssl
87
LDFLAGS_EX = -L$(top_builddir)/src/fe_utils
88
PG_LIBS = -lcurl -lcrypto -lssl -lpgfeutils
89
90
-$(KMIP_OBJS): CFLAGS += '-w' # This is a 3rd party, disable warnings completely
+$(KMIP_OBJS): CFLAGS += -w # This is a 3rd party, disable warnings completely
91
92
src/bin/pg_tde_change_key_provider: src/bin/pg_tde_change_key_provider.o $(top_builddir)/src/libtde/libtde.a | submake-libpgfeutils
93
$(CC) $(CFLAGS) $^ $(PG_LIBS_INTERNAL) $(LDFLAGS) $(LDFLAGS_EX) $(PG_LIBS) $(LIBS) -o $@$(X)
0 commit comments