# HG changeset patch # User Volker Grabsch # Date 1272895750 -7200 # Node ID 096553bf7955806e9b7c9b2ee39e62bc61f7f25b # Parent 795dbc19e0554bae9410ae047f6adc3764d14c24 disable odbc support of package gdal (by Martin Lambers) diff -r 795dbc19e055 -r 096553bf7955 src/gdal.mk --- a/src/gdal.mk Mon May 03 12:12:53 2010 +0200 +++ b/src/gdal.mk Mon May 03 16:09:10 2010 +0200 @@ -11,7 +11,7 @@ $(PKG)_WEBSITE := http://www.gdal.org/ $(PKG)_URL := http://ftp.remotesensing.org/gdal/$($(PKG)_FILE) $(PKG)_URL_2 := http://download.osgeo.org/gdal/$($(PKG)_FILE) -$(PKG)_DEPS := gcc zlib libpng tiff libgeotiff jpeg jasper giflib expat sqlite curl geos postgresql libodbc++ +$(PKG)_DEPS := gcc zlib libpng tiff libgeotiff jpeg jasper giflib expat sqlite curl geos postgresql define $(PKG)_UPDATE wget -q -O- 'http://trac.osgeo.org/gdal/wiki/DownloadSource' | \ @@ -45,7 +45,7 @@ --with-curl='$(PREFIX)/$(TARGET)/bin/curl-config' \ --with-geos='$(PREFIX)/$(TARGET)/bin/geos-config' \ --with-pg='$(PREFIX)/bin/$(TARGET)-pg_config' \ - --with-odbc='$(PREFIX)/$(TARGET)' \ + --without-odbc \ --without-static-proj4 \ --without-xerces \ --without-grass \