Explorar el Código

update package.sh for new msys/mingw osgeo4w packages

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@57290 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa hace 11 años
padre
commit
814ad89790
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      mswindows/osgeo4w/package.sh

+ 3 - 3
mswindows/osgeo4w/package.sh

@@ -1,4 +1,4 @@
-#!/c/OSGeo4W/apps/msys/bin/sh
+#!sh
 
 set -e
 
@@ -114,8 +114,8 @@ if ! [ -f mswindows/osgeo4w/configure-stamp ]; then
 
 	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 \