changeset 958:3720ba3026c8

upgrade package libgeotiff
author Mark Brand <mabrand@mabrand.nl>
date Wed, 12 May 2010 01:58:55 +0200
parents e63300cf7114
children 1d94aad6a410
files src/libgeotiff.mk
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/libgeotiff.mk	Wed May 12 01:53:48 2010 +0200
+++ b/src/libgeotiff.mk	Wed May 12 01:58:55 2010 +0200
@@ -4,8 +4,8 @@
 # GeoTiff
 PKG             := libgeotiff
 $(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 1.2.5
-$(PKG)_CHECKSUM := 38b10070374636fedfdde328ff1c9f3c6e8e581f
+$(PKG)_VERSION  := 1.3.0
+$(PKG)_CHECKSUM := b8cde5014cf82fe4683fa35fc81a5ea8d64b940f
 $(PKG)_SUBDIR   := libgeotiff-$($(PKG)_VERSION)
 $(PKG)_FILE     := libgeotiff-$($(PKG)_VERSION).tar.gz
 $(PKG)_WEBSITE  := http://trac.osgeo.org/geotiff/
@@ -25,7 +25,8 @@
     cd '$(1)' && ./configure \
         --host='$(TARGET)' \
         --disable-shared \
-        --prefix='$(PREFIX)/$(TARGET)'
+        --prefix='$(PREFIX)/$(TARGET)' \
+        LIBS='-ljpeg -lz'
     $(MAKE) -C '$(1)' -j 1 all install EXEEXT=.remove-me MAKE='$(MAKE)'
     rm -fv '$(PREFIX)/$(TARGET)'/bin/*.remove-me
 endef