]> git.pld-linux.org Git - packages/gdal.git/blob - gdal-pgsql.patch
- added gcc4 patch (includes bugfix), release 4
[packages/gdal.git] / gdal-pgsql.patch
1 --- gdal-1.3.0/configure.in        2005-09-01 13:48:13.006852880 +0200
2 +++ gdal-1.3.0/configure.in.new    2005-09-01 13:51:53.766292344 +0200
3 @@ -237,7 +237,7 @@
4
5    HAVE_PG=yes
6    LIBS="-L`$PG_CONFIG --libdir` -lpq $LIBS"
7 -  PG_INC="-I`$PG_CONFIG --includedir`"
8 +  PG_INC="-I`$PG_CONFIG --includedir` -I`$PG_CONFIG --includedir-server`"
9
10    AC_MSG_RESULT([yes])
11
This page took 0.09353 seconds and 3 git commands to generate.