summaryrefslogtreecommitdiffstats
path: root/src/gdal.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/gdal.mk')
-rw-r--r--src/gdal.mk9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/gdal.mk b/src/gdal.mk
index 1a2bfbf..cdf84ff 100644
--- a/src/gdal.mk
+++ b/src/gdal.mk
@@ -3,13 +3,13 @@
PKG := gdal
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 1.10.0
-$(PKG)_CHECKSUM := e522b95056905e4c41047fdb42c0ca172ef3ad25
+$(PKG)_VERSION := 1.10.1
+$(PKG)_CHECKSUM := b4df76e2c0854625d2bedce70cc1eaf4205594ae
$(PKG)_SUBDIR := gdal-$($(PKG)_VERSION)
$(PKG)_FILE := gdal-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://download.osgeo.org/gdal/CURRENT/$($(PKG)_FILE)
$(PKG)_URL_2 := ftp://ftp.remotesensing.org/gdal/CURRENT/$($(PKG)_FILE)
-$(PKG)_DEPS := gcc zlib libpng tiff libgeotiff jpeg jasper giflib expat sqlite curl geos postgresql gta hdf4 hdf5 netcdf
+$(PKG)_DEPS := gcc proj zlib libpng tiff libgeotiff jpeg jasper giflib expat sqlite curl geos postgresql gta hdf4 hdf5 netcdf
define $(PKG)_UPDATE
$(WGET) -q -O- 'http://trac.osgeo.org/gdal/wiki/DownloadSource' | \
@@ -28,9 +28,9 @@ define $(PKG)_CONFIGURE
--with-bsb \
--with-grib \
--with-ogr \
- --with-vfk \
--with-pam \
--without-threads \
+ --with-static-proj4 \
--with-libz='$(PREFIX)/$(TARGET)' \
--with-png='$(PREFIX)/$(TARGET)' \
--with-libtiff='$(PREFIX)/$(TARGET)' \
@@ -46,7 +46,6 @@ define $(PKG)_CONFIGURE
--with-gta='$(PREFIX)/$(TARGET)' \
--with-hdf5='$(PREFIX)/$(TARGET)' \
--without-odbc \
- --without-static-proj4 \
--without-xerces \
--without-grass \
--without-libgrass \