fix ucx include path in postgresql plugin

Sun, 23 Oct 2022 11:41:05 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sun, 23 Oct 2022 11:41:05 +0200
changeset 399
05d4e75d1912
parent 398
83234bc3bee9
child 400
d814b29e8d96

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):

mercurial