Skip to content
Snippets Groups Projects
Commit 3159c4ba authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

SuperBuild: upgrade to GDAL 2.1.3

parent e94b251a
No related branches found
No related tags found
Loading
......@@ -115,8 +115,8 @@ endif()
ExternalProject_Add(GDAL
PREFIX GDAL
URL "http://download.osgeo.org/gdal/2.1.0/gdal-2.1.0.tar.gz"
URL_MD5 0fc165cd947c54b132204233dfb243f1
URL "http://download.osgeo.org/gdal/2.1.3/gdal-2.1.3.tar.gz"
URL_MD5 e5057f6011b720cfbbebbbbf216c0ffe
SOURCE_DIR ${GDAL_SB_SRC}
BINARY_DIR ${GDAL_SB_SRC}
INSTALL_DIR ${SB_INSTALL_PREFIX}
......
diff -burN gdal-1.11.2.orig/configure gdal-1.11.2/configure
--- gdal-1.11.2.orig/configure 2016-04-19 12:27:26.000000000 +0200
+++ gdal-1.11.2/configure 2016-04-19 13:05:25.000000000 +0200
@@ -10595,9 +10595,9 @@
@@ -11433,9 +11433,9 @@
esac
if test "$_lt_dar_can_shared" = "yes"; then
output_verbose_link_cmd=func_echo_all
......@@ -13,7 +13,7 @@ diff -burN gdal-1.11.2.orig/configure gdal-1.11.2/configure
module_expsym_cmds="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}"
else
@@ -13542,13 +13542,13 @@
@@ -14380,13 +14380,13 @@
esac
if test "$_lt_dar_can_shared" = "yes"; then
output_verbose_link_cmd=func_echo_all
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment