changeset 939:096553bf7955

disable odbc support of package gdal (by Martin Lambers)
author Volker Grabsch <vog@notjusthosting.com>
date Mon, 03 May 2010 16:09:10 +0200
parents 795dbc19e055
children be2d3c7fa0ba
files src/gdal.mk
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 \