X-Git-Url: https://git.tld-linux.org/?p=packages%2Fpostgresql.git;a=blobdiff_plain;f=postgresql-absolute_dbpaths.patch;fp=postgresql-absolute_dbpaths.patch;h=14379627cc398bc2d3495fe1f56fe44c55120b3d;hp=9e06dbaab2aacd1a0096158a68be88ec7d18bf95;hb=193d75f41ea3d2970978c911b760133c4518f030;hpb=5c4f9ef1e909fb7a86fc6a3e1da2e487ed04d484 diff --git a/postgresql-absolute_dbpaths.patch b/postgresql-absolute_dbpaths.patch index 9e06dba..1437962 100644 --- a/postgresql-absolute_dbpaths.patch +++ b/postgresql-absolute_dbpaths.patch @@ -1,11 +1,11 @@ ---- postgresql-7.3.1/configure.ac-orig Thu Jan 16 19:53:28 2003 -+++ postgresql-7.3.1/configure.ac 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])