diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2008-01-11 08:43:43 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2008-01-11 08:43:43 (GMT) |
commit | aa87bf4da8a6f29d33e8890a279ec8470bc81400 (patch) | |
tree | e85b3caaf848a69ada7e83351f8a6a895a4e29a4 | |
parent | 827acdf1fd5b195b262ef66631f9d76651641d03 (diff) | |
download | mxe-aa87bf4da8a6f29d33e8890a279ec8470bc81400.zip mxe-aa87bf4da8a6f29d33e8890a279ec8470bc81400.tar.gz mxe-aa87bf4da8a6f29d33e8890a279ec8470bc81400.tar.bz2 |
new versions: binutils, gdal
-rwxr-xr-x | build_mingw_cross_env.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/build_mingw_cross_env.sh b/build_mingw_cross_env.sh index 3e34faf..906c039 100755 --- a/build_mingw_cross_env.sh +++ b/build_mingw_cross_env.sh @@ -103,7 +103,7 @@ PATH="$PREFIX/bin:$PATH" VERSION_mingw_runtime=3.14 VERSION_w32api=3.11 -VERSION_binutils=2.18.50-20071123 +VERSION_binutils=2.18.50-20080109 VERSION_gcc=4.2.1-2 VERSION_pkg_config=0.22 VERSION_pthreads=2-8-0 @@ -139,7 +139,7 @@ VERSION_fltk=1.1.7 VERSION_geos=3.0.0 VERSION_proj=4.6.0 VERSION_libgeotiff=1.2.4 -VERSION_gdal=1.4.4 +VERSION_gdal=1.5.0 VERSION_pdflib_lite=7.0.2 @@ -1929,6 +1929,7 @@ case "$1" in --with-gif="$PREFIX/$TARGET" \ --with-curl="$PREFIX/$TARGET/bin/curl-config" \ --with-geos="$PREFIX/$TARGET/bin/geos-config" \ + --with-expat=no \ --without-python \ --without-ngpython $MAKE lib-target |