X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=postgresql-link.patch;h=cf79e14a979f67c9d38426f20c590f677639e9c6;hb=7e5b19242df96d31bbf6062240a325eb64771697;hp=84694890983041518a5ecb4dfe80fb49ee5b443e;hpb=532b3dd175a4d4c40c4c5e3dac1ba6f8d070366e;p=packages%2Fpostgresql.git diff --git a/postgresql-link.patch b/postgresql-link.patch index 8469489..cf79e14 100644 --- a/postgresql-link.patch +++ b/postgresql-link.patch @@ -1,6 +1,7 @@ ---- postgresql-9.5.0/configure.in.orig 2018-02-21 03:23:25.335399998 +0100 -+++ postgresql-9.5.0/configure.in 2018-02-21 03:28:24.392066743 +0100 -@@ -1203,6 +1203,7 @@ +diff -ur postgresql-14.0.orig/configure.ac postgresql-14.0/configure.ac +--- postgresql-14.0.orig/configure.ac 2021-11-01 14:52:54.420842615 +0100 ++++ postgresql-14.0/configure.ac 2021-11-01 14:53:49.104982037 +0100 +@@ -1494,6 +1494,7 @@ if test "$with_bonjour" = yes ; then AC_CHECK_HEADER(dns_sd.h, [], [AC_MSG_ERROR([header file is required for Bonjour])]) @@ -8,7 +9,7 @@ dnl At some point we might add something like dnl AC_SEARCH_LIBS(DNSServiceRegister, dns_sd) dnl but right now, what that would mainly accomplish is to encourage -@@ -1210,6 +1211,7 @@ +@@ -1501,6 +1502,7 @@ dnl If you want to use Apple's own Bonjour code on another platform, dnl just add -ldns_sd to LIBS manually. fi @@ -16,9 +17,10 @@ # for contrib/uuid-ossp if test "$with_uuid" = bsd ; then ---- postgresql-9.5.0/src/backend/Makefile.orig 2016-01-04 22:29:34.000000000 +0100 -+++ postgresql-9.5.0/src/backend/Makefile 2016-01-14 21:10:48.093976872 +0100 -@@ -60,7 +60,7 @@ +diff -ur postgresql-14.0.orig/src/backend/Makefile postgresql-14.0/src/backend/Makefile +--- postgresql-14.0.orig/src/backend/Makefile 2021-11-01 14:52:54.349842434 +0100 ++++ postgresql-14.0/src/backend/Makefile 2021-11-01 14:53:49.105982039 +0100 +@@ -63,7 +63,7 @@ ifneq ($(PORTNAME), aix) postgres: $(OBJS) @@ -27,11 +29,12 @@ endif endif ---- postgresql-9.5.0/src/Makefile.global.in.orig 2016-01-04 22:29:34.000000000 +0100 -+++ postgresql-9.5.0/src/Makefile.global.in 2016-01-14 21:11:50.820640805 +0100 -@@ -216,6 +216,7 @@ - PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ - PTHREAD_LIBS = @PTHREAD_LIBS@ +diff -ur postgresql-14.0.orig/src/Makefile.global.in postgresql-14.0/src/Makefile.global.in +--- postgresql-14.0.orig/src/Makefile.global.in 2021-11-01 14:52:54.297842301 +0100 ++++ postgresql-14.0/src/Makefile.global.in 2021-11-01 14:53:49.105982039 +0100 +@@ -172,6 +172,7 @@ + pgxsdir = $(pkglibdir)/pgxs + bitcodedir = $(pkglibdir)/bitcode +BONJOUR_LIBS = @BONJOUR_LIBS@