]> git.pld-linux.org Git - packages/gdal.git/blame - gdal-pgsql.patch
- adopted for gdal-1.3.0
[packages/gdal.git] / gdal-pgsql.patch
CommitLineData
8b43a8fa 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
faf5649c 5 HAVE_PG=yes
8b43a8fa 6 LIBS="-L`$PG_CONFIG --libdir` -lpq $LIBS"
faf5649c
JB
7- PG_INC="-I`$PG_CONFIG --includedir`"
8+ PG_INC="-I`$PG_CONFIG --includedir` -I`$PG_CONFIG --includedir-server`"
8b43a8fa 9
faf5649c 10 AC_MSG_RESULT([yes])
8b43a8fa 11
This page took 0.078137 seconds and 4 git commands to generate.