# HG changeset patch # User Mark Brand # Date 1337721406 -7200 # Node ID df1dce2b738582056be7b9336812c92afedc39c1 # Parent fd3ee2ca91ab0762a50b9df2048fcabaead2510a update package gdal diff -r fd3ee2ca91ab -r df1dce2b7385 index.html --- a/index.html Tue May 22 14:50:34 2012 +0200 +++ b/index.html Tue May 22 23:16:46 2012 +0200 @@ -1130,7 +1130,7 @@ gdal - 1.9.0 + 1.9.1 GDAL diff -r fd3ee2ca91ab -r df1dce2b7385 src/gdal.mk --- a/src/gdal.mk Tue May 22 14:50:34 2012 +0200 +++ b/src/gdal.mk Tue May 22 23:16:46 2012 +0200 @@ -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 @@ # 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 @@ --without-ingres \ --without-dods-root \ --without-dwgdirect \ - --without-dwg-plt \ --without-idb \ --without-sde \ --without-epsilon \ @@ -73,7 +73,6 @@ --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