ソースを参照

osgeo4w: switch back to gdal17

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@43150 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 14 年 前
コミット
295770c9cb
1 ファイル変更3 行追加3 行削除
  1. 3 3
      mswindows/osgeo4w/package.sh

+ 3 - 3
mswindows/osgeo4w/package.sh

@@ -1,6 +1,6 @@
 #!/c/OSGeo4W/apps/msys/bin/sh
 
-### set -e
+set -e
 
 if ! [ -d mswindows ]; then
 	echo Start from GRASS toplevel dir
@@ -38,8 +38,8 @@ if ! [ -f mswindows/osgeo4w/configure-stamp ]; then
 
 	echo $(date): STARTING configure
 	./configure \
-		--with-libs="$OSGEO4W_ROOT_MSYS/apps/gdal-16/lib $OSGEO4W_ROOT_MSYS/lib" \
-		--with-includes="$OSGEO4W_ROOT_MSYS/apps/gdal-16/include $OSGEO4W_ROOT_MSYS/include" \
+		--with-libs="$OSGEO4W_ROOT_MSYS/apps/gdal-17/lib $OSGEO4W_ROOT_MSYS/lib" \
+		--with-includes="$OSGEO4W_ROOT_MSYS/apps/gdal-17/include $OSGEO4W_ROOT_MSYS/include" \
 		--exec-prefix=$OSGEO4W_ROOT_MSYS/apps/grass \
 		--libexecdir=$OSGEO4W_ROOT_MSYS/bin \
 		--prefix=$OSGEO4W_ROOT_MSYS/apps/grass \