]> TLD Linux GIT Repositories - packages/postgresql.git/blob - postgresql-absolute_dbpaths.patch
- forgot to update version in config patch
[packages/postgresql.git] / postgresql-absolute_dbpaths.patch
1 --- postgresql-7.3.1/configure.in-orig  Thu Jan 16 19:53:28 2003
2 +++ postgresql-7.3.1/configure.in       Thu Jan 16 19:54:20 2003
3 @@ -539,7 +539,7 @@
4  
5  
6  
7 -CPPFLAGS="$CPPFLAGS $INCLUDES"
8 +CPPFLAGS="$CPPFLAGS -DALLOW_ABSOLUTE_DBPATHS $INCLUDES"
9  LDFLAGS="$LDFLAGS $LIBDIRS"
10  
11  AC_MSG_NOTICE([using CPPFLAGS=$CPPFLAGS])