Explorar o código

wingrass7: enable PostgreSQL support

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@58296 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa %!s(int64=11) %!d(string=hai) anos
pai
achega
8783a8d2c7
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      mswindows/osgeo4w/package.sh

+ 2 - 1
mswindows/osgeo4w/package.sh

@@ -138,7 +138,8 @@ if ! [ -f mswindows/osgeo4w/configure-stamp ]; then
 		--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