]> TLD Linux GIT Repositories - packages/postgresql.git/blob - postgresql-absolute_dbpaths.patch
- updated to 16.2
[packages/postgresql.git] / postgresql-absolute_dbpaths.patch
1 --- postgresql-15.2/configure.ac        2023-03-07 23:33:54.935049910 +0100
2 +++ postgresql-15.2/configure.ac        2023-03-07 23:34:17.590329155 +0100
3 @@ -1106,7 +1106,7 @@
4  # Assignments
5  #
6  
7 -CPPFLAGS="$CPPFLAGS $INCLUDES"
8 +CPPFLAGS="$CPPFLAGS -DALLOW_ABSOLUTE_DBPATHS $INCLUDES"
9  LDFLAGS="$LDFLAGS $LIBDIRS"
10  
11  AC_ARG_VAR(LDFLAGS_EX, [extra linker flags for linking executables only])