X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=postgresql-absolute_dbpaths.patch;h=14379627cc398bc2d3495fe1f56fe44c55120b3d;hb=9f2cb9cafb96405d0d25ffacf073864e9e5313e3;hp=820b65fc9b3648c3f4ede3d649c5ee372aa8ac3d;hpb=c6f188b0a79186234a5126fda5b80a8946532d04;p=packages%2Fpostgresql.git diff --git a/postgresql-absolute_dbpaths.patch b/postgresql-absolute_dbpaths.patch index 820b65f..1437962 100644 --- a/postgresql-absolute_dbpaths.patch +++ b/postgresql-absolute_dbpaths.patch @@ -1,11 +1,11 @@ ---- postgresql-7.3.1/configure.in-orig Thu Jan 16 19:53:28 2003 -+++ postgresql-7.3.1/configure.in Thu Jan 16 19:54:20 2003 -@@ -539,7 +539,7 @@ - - +--- postgresql-15.2/configure.ac 2023-03-07 23:33:54.935049910 +0100 ++++ postgresql-15.2/configure.ac 2023-03-07 23:34:17.590329155 +0100 +@@ -1106,7 +1106,7 @@ + # Assignments + # -CPPFLAGS="$CPPFLAGS $INCLUDES" +CPPFLAGS="$CPPFLAGS -DALLOW_ABSOLUTE_DBPATHS $INCLUDES" LDFLAGS="$LDFLAGS $LIBDIRS" - AC_MSG_NOTICE([using CPPFLAGS=$CPPFLAGS]) + AC_ARG_VAR(LDFLAGS_EX, [extra linker flags for linking executables only])