Sun, 23 Oct 2022 11:41:05 +0200
fix ucx include path in postgresql plugin
src/server/plugins/postgresql/Makefile | file | annotate | diff | comparison | revisions |
--- a/src/server/plugins/postgresql/Makefile Thu Oct 13 19:26:15 2022 +0200 +++ b/src/server/plugins/postgresql/Makefile Sun Oct 23 11:41:05 2022 +0200 @@ -51,6 +51,10 @@ PGTEST = $(BUILD_ROOT)/build/server/plugins/postgresql/test + +CFLAGS += -I../../..//ucx/ +LDFLAGS += -lucx + all: $(PLUGIN_TARGET) $(TEST_TARGET) $(PGTEST) $(BUILD_DIR):