update package tiff

This commit is contained in:
Mark Brand 2012-06-16 14:22:47 +02:00
parent 40ebee1b39
commit 2e6fcf27f2
2 changed files with 3 additions and 2 deletions

View File

@ -1860,7 +1860,7 @@ USE_OSGPLUGIN(<plugin2>)
</tr>
<tr>
<td id="tiff-package">tiff</td>
<td id="tiff-version">4.0.1</td>
<td id="tiff-version">4.0.2</td>
<td id="tiff-website"><a href="http://www.remotesensing.org/libtiff/">LibTIFF</a></td>
</tr>
<tr>

View File

@ -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 @@ endef
define $(PKG)_BUILD
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--build="`config.guess`" \
--disable-shared \
--prefix='$(PREFIX)/$(TARGET)' \
--without-x