X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=per-version-dirs.patch;h=24ee2251ca610c5f076a10605e0e7c8ca6a16687;hb=refs%2Fheads%2FPGSQL_11;hp=46e8c453b4fdf1abb8a1a6d1e68618e464a69aa5;hpb=033304e995480cf81544eda98884bd84a4107f5e;p=packages%2Fpostgresql.git diff --git a/per-version-dirs.patch b/per-version-dirs.patch index 46e8c45..24ee225 100644 --- a/per-version-dirs.patch +++ b/per-version-dirs.patch @@ -1,5 +1,6 @@ ---- a/src/Makefile.global.in -+++ b/src/Makefile.global.in +diff -urNp -x '*.orig' postgresql-11.15.org/src/Makefile.global.in postgresql-11.15/src/Makefile.global.in +--- postgresql-11.15.org/src/Makefile.global.in 2022-02-07 22:20:23.000000000 +0100 ++++ postgresql-11.15/src/Makefile.global.in 2022-04-04 18:21:30.352601767 +0200 @@ -120,7 +120,7 @@ libdir := @libdir@ pkglibdir = $(libdir) ifeq "$(findstring pgsql, $(pkglibdir))" "" @@ -17,9 +18,10 @@ +includedir_server = $(pkgincludedir)/@PG_MAJORVERSION@/server includedir_internal = $(pkgincludedir)/internal pgxsdir = $(pkglibdir)/pgxs - ---- a/src/bin/pg_config/pg_config.c -+++ b/src/bin/pg_config/pg_config.c + bitcodedir = $(pkglibdir)/bitcode +diff -urNp -x '*.orig' postgresql-11.15.org/src/bin/pg_config/pg_config.c postgresql-11.15/src/bin/pg_config/pg_config.c +--- postgresql-11.15.org/src/bin/pg_config/pg_config.c 2022-02-07 22:20:23.000000000 +0100 ++++ postgresql-11.15/src/bin/pg_config/pg_config.c 2022-04-04 18:21:30.352601767 +0200 @@ -27,6 +27,8 @@ #include "port.h" #include "common/config_info.h"