]> TLD Linux GIT Repositories - packages/postgresql.git/blobdiff - postgresql-absolute_dbpaths.patch
- updated to 16.2
[packages/postgresql.git] / postgresql-absolute_dbpaths.patch
index 9e06dbaab2aacd1a0096158a68be88ec7d18bf95..14379627cc398bc2d3495fe1f56fe44c55120b3d 100644 (file)
@@ -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])