summaryrefslogtreecommitdiffstats
path: root/src/gdal.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-05-03 14:09:10 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-05-03 14:09:10 (GMT)
commitd395c9f122a1b1b5e8ebcc573885e4a9ced5ddb1 (patch)
treef514692cde2c108c5797514189876e310777c458 /src/gdal.mk
parentb2053a8302d82744497f423ee7fe99d4b715c920 (diff)
downloadmxe-d395c9f122a1b1b5e8ebcc573885e4a9ced5ddb1.zip
mxe-d395c9f122a1b1b5e8ebcc573885e4a9ced5ddb1.tar.gz
mxe-d395c9f122a1b1b5e8ebcc573885e4a9ced5ddb1.tar.bz2
disable odbc support of package gdal (by Martin Lambers)
Diffstat (limited to 'src/gdal.mk')
-rw-r--r--src/gdal.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gdal.mk b/src/gdal.mk
index b7b87ab..fd670d0 100644
--- a/src/gdal.mk
+++ b/src/gdal.mk
@@ -11,7 +11,7 @@ $(PKG)_FILE := gdal-$($(PKG)_VERSION).tar.gz
$(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 @@ define $(PKG)_BUILD
--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 \