summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2012-05-22 21:16:46 (GMT)
committerMark Brand <mabrand@mabrand.nl>2012-05-22 21:16:46 (GMT)
commit34de8588569c3b3250f907c2113a4db3a26c4bb6 (patch)
treece4d3d501058eb21d794e4431f078dff6cbe9ad0 /src
parent4af77b6db25d718db6221675f72ea365d5c47348 (diff)
downloadmxe-34de8588569c3b3250f907c2113a4db3a26c4bb6.zip
mxe-34de8588569c3b3250f907c2113a4db3a26c4bb6.tar.gz
mxe-34de8588569c3b3250f907c2113a4db3a26c4bb6.tar.bz2
update package gdal
Diffstat (limited to 'src')
-rw-r--r--src/gdal.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/gdal.mk b/src/gdal.mk
index 4b4e09a..9c1a56c 100644
--- a/src/gdal.mk
+++ b/src/gdal.mk
@@ -3,7 +3,7 @@
PKG := gdal
$(PKG)_IGNORE :=
-$(PKG)_CHECKSUM := e2eaaf0fba39137b40c0d3069ac41dfb6f3c76db
+$(PKG)_CHECKSUM := c1eae556398ff7b9332afe9d3022dcd931130808
$(PKG)_SUBDIR := gdal-$($(PKG)_VERSION)
$(PKG)_FILE := gdal-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://download.osgeo.org/gdal/$($(PKG)_FILE)
@@ -20,6 +20,7 @@ define $(PKG)_BUILD
# The option '--without-threads' means native win32 threading without pthread.
cd '$(1)' && ./configure \
--host='$(TARGET)' \
+ --build="`config.guess`" \
--disable-shared \
--prefix='$(PREFIX)/$(TARGET)' \
--with-bsb \
@@ -65,7 +66,6 @@ define $(PKG)_BUILD
--without-ingres \
--without-dods-root \
--without-dwgdirect \
- --without-dwg-plt \
--without-idb \
--without-sde \
--without-epsilon \
@@ -73,7 +73,6 @@ define $(PKG)_BUILD
--without-php \
--without-ruby \
--without-python \
- --without-macosx-framework \
LIBS="-ljpeg -lsecur32 `'$(TARGET)-pkg-config' --libs openssl libtiff-4`"
$(MAKE) -C '$(1)' -j 1 lib-target
$(MAKE) -C '$(1)' -j 1 install-lib