]> git.pld-linux.org Git - packages/gdal.git/blame - gdal-pgsql.patch
- new (but NFY - saving work)
[packages/gdal.git] / gdal-pgsql.patch
CommitLineData
faf5649c
JB
1--- gdal-1.1.7/configure.in.orig Mon Jun 17 22:31:00 2002
2+++ gdal-1.1.7/configure.in Mon Jun 17 22:36:25 2002
3@@ -482,7 +482,7 @@
4
5 HAVE_PG=yes
6 PG_LIB="-L`$PG_CONFIG --libdir` -lpq"
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.043897 seconds and 4 git commands to generate.