diff -r 3bc836ed7a3a src/gdal.mk --- a/src/gdal.mk Sun May 02 03:40:24 2010 +0200 +++ b/src/gdal.mk Sun May 02 15:43:29 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 \