Skip to content

Commit cdfaf2d

Browse files
committed
PG-1879 Use only LDFLAGS_EX in Makefile
Using many different variables only makes things more confusing and when we start needing to use $(libpq_pgport) this will be cleaner anyway.
1 parent 44141cd commit cdfaf2d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

contrib/pg_tde/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,7 @@ include $(top_srcdir)/contrib/contrib-global.mk
8484
endif
8585

8686
SHLIB_LINK = -lcurl -lcrypto -lssl
87-
LDFLAGS_EX = -L$(top_builddir)/src/fe_utils
88-
PG_LIBS = -lcurl -lcrypto -lssl -lpgfeutils
87+
LDFLAGS_EX = -L$(top_builddir)/src/fe_utils -lcurl -lcrypto -lssl -lpgfeutils
8988

9089
$(KMIP_OBJS): CFLAGS += -w # This is a 3rd party, disable warnings completely
9190

0 commit comments

Comments
 (0)