tk: update to 8.6.16
[oi-userland.git] / components / database / postgresql-16-citus / patches / 02-fix-build-in-zone.patch
blob3ff4ce16c710325423d1001e8bb83ac7a47735e3
1 --- citus-12.1.2/src/backend/distributed/Makefile.orig 2024-02-14 06:41:15.000000000 +0100
2 +++ citus-12.1.2/src/backend/distributed/Makefile 2024-03-03 18:06:43.374856508 +0100
3 @@ -18,7 +18,7 @@
4 DATA_built = $(generated_sql_files)
6 # directories with source files
7 -SUBDIRS = . commands connection ddl deparser executor metadata operations planner progress relay safeclib shardsplit test transaction utils worker clock
8 +SUBDIRS = commands connection ddl deparser executor metadata operations planner progress relay safeclib shardsplit test transaction utils worker clock
9 # enterprise modules
10 SUBDIRS += replication
12 @@ -31,6 +31,8 @@
13 OBJS += \
14 $(patsubst $(citus_abs_srcdir)/%.c,%.o,$(foreach dir,$(SUBDIRS), $(sort $(wildcard $(citus_abs_srcdir)/$(dir)/*.c))))
16 +OBJS += shared_library_init.o
18 # be explicit about the default target
19 .PHONY: cdc