# HG changeset patch # User Mark Brand # Date 1339849367 -7200 # Node ID 23be6bc534f1848cf97086db2515207b1ce9a2d0 # Parent a0bd65068e3703371a6a6dac5e53af14a87e5b8e update package tiff diff -r a0bd65068e37 -r 23be6bc534f1 index.html --- a/index.html Fri Jun 15 16:37:04 2012 +0200 +++ b/index.html Sat Jun 16 14:22:47 2012 +0200 @@ -1860,7 +1860,7 @@ tiff - 4.0.1 + 4.0.2 LibTIFF diff -r a0bd65068e37 -r 23be6bc534f1 src/tiff.mk --- a/src/tiff.mk Fri Jun 15 16:37:04 2012 +0200 +++ b/src/tiff.mk Sat Jun 16 14:22:47 2012 +0200 @@ -3,7 +3,7 @@ PKG := tiff $(PKG)_IGNORE := -$(PKG)_CHECKSUM := 8baf382231c9051a1b3eb294581289aa21447171 +$(PKG)_CHECKSUM := d84b7b33a6cfb3d15ca386c8c16b05047f8b5352 $(PKG)_SUBDIR := tiff-$($(PKG)_VERSION) $(PKG)_FILE := tiff-$($(PKG)_VERSION).tar.gz $(PKG)_URL := http://download.osgeo.org/libtiff/$($(PKG)_FILE) @@ -19,6 +19,7 @@ define $(PKG)_BUILD cd '$(1)' && ./configure \ --host='$(TARGET)' \ + --build="`config.guess`" \ --disable-shared \ --prefix='$(PREFIX)/$(TARGET)' \ --without-x