[GRASS-SVN] r57289 - grass/branches/develbranch_6/mswindows/osgeo4w
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Jul 27 02:54:21 PDT 2013
Author: martinl
Date: 2013-07-27 02:54:21 -0700 (Sat, 27 Jul 2013)
New Revision: 57289
Modified:
grass/branches/develbranch_6/mswindows/osgeo4w/package.sh
Log:
update package.sh for new msys/mingw osgeo4w packages
Modified: grass/branches/develbranch_6/mswindows/osgeo4w/package.sh
===================================================================
--- grass/branches/develbranch_6/mswindows/osgeo4w/package.sh 2013-07-27 03:04:55 UTC (rev 57288)
+++ grass/branches/develbranch_6/mswindows/osgeo4w/package.sh 2013-07-27 09:54:21 UTC (rev 57289)
@@ -1,4 +1,4 @@
-#!/c/OSGeo4W/apps/msys/bin/sh
+#!sh
set -e
@@ -114,8 +114,8 @@
log configure
./configure \
- --with-libs="$OSGEO4W_ROOT_MSYS/lib $PWD/mswindows/osgeo4w/lib" \
- --with-includes=$OSGEO4W_ROOT_MSYS/include \
+ --with-libs="$OSGEO4W_ROOT_MSYS/lib $OSGEO4W_ROOT_MSYS/apps/msys/lib $PWD/mswindows/osgeo4w/lib" \
+ --with-includes="$OSGEO4W_ROOT_MSYS/include $OSGEO4W_ROOT_MSYS/apps/msys/include" \
--libexecdir=$OSGEO4W_ROOT_MSYS/bin \
--prefix=$OSGEO4W_ROOT_MSYS/apps/grass \
--bindir=$OSGEO4W_ROOT_MSYS/bin \
More information about the grass-commit
mailing list