[GRASS-SVN] r58296 - grass/trunk/mswindows/osgeo4w

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Nov 24 11:41:00 PST 2013


Author: martinl
Date: 2013-11-24 11:41:00 -0800 (Sun, 24 Nov 2013)
New Revision: 58296

Modified:
   grass/trunk/mswindows/osgeo4w/package.sh
Log:
wingrass7: enable PostgreSQL support

Modified: grass/trunk/mswindows/osgeo4w/package.sh
===================================================================
--- grass/trunk/mswindows/osgeo4w/package.sh	2013-11-24 19:11:40 UTC (rev 58295)
+++ grass/trunk/mswindows/osgeo4w/package.sh	2013-11-24 19:41:00 UTC (rev 58296)
@@ -138,7 +138,8 @@
 		--with-freetype-includes=$OSGEO4W_ROOT_MSYS/include/freetype2 \
 		--with-odbc \
 	        --with-cairo \
-		--with-cairo-includes=$OSGEO4W_ROOT_MSYS/include/cairo
+		--with-cairo-includes=$OSGEO4W_ROOT_MSYS/include/cairo \
+                --with-postgres
 
 	touch mswindows/osgeo4w/configure-stamp
 fi



More information about the grass-commit mailing list