unbound updated; added postgresql15

This commit is contained in:
ziggi
2024-03-08 08:21:10 +02:00
parent 23a58573df
commit 340c8f1d58
35 changed files with 2622 additions and 33 deletions

View File

@@ -0,0 +1,11 @@
--- ./src/backend/Makefile.orig 2022-02-07 23:15:36.000000000 +0200
+++ ./src/backend/Makefile 2022-02-23 20:23:06.868037000 +0200
@@ -116,6 +116,8 @@
$(top_builddir)/src/port/libpgport_srv.a: | submake-libpgport
+symlinks: $(top_builddir)/src/include/parser/gram.h $(top_builddir)/src/include/storage/lwlocknames.h
+
# The postgres.o target is needed by the rule in Makefile.global that
# creates the exports file when MAKE_EXPORTS = true.