diff options
Diffstat (limited to 'src/libgeotiff.mk')
-rw-r--r-- | src/libgeotiff.mk | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/libgeotiff.mk b/src/libgeotiff.mk index dd49dc0..2f973f5 100644 --- a/src/libgeotiff.mk +++ b/src/libgeotiff.mk @@ -1,14 +1,11 @@ -# This file is part of mingw-cross-env. -# See doc/index.html for further information. +# This file is part of MXE. +# See index.html for further information. -# GeoTiff PKG := libgeotiff $(PKG)_IGNORE := -$(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/ $(PKG)_URL := http://download.osgeo.org/geotiff/libgeotiff/$($(PKG)_FILE) $(PKG)_URL_2 := ftp://ftp.remotesensing.org/geotiff/libgeotiff/$($(PKG)_FILE) $(PKG)_DEPS := gcc zlib jpeg tiff proj @@ -26,7 +23,7 @@ define $(PKG)_BUILD --host='$(TARGET)' \ --disable-shared \ --prefix='$(PREFIX)/$(TARGET)' \ - LIBS='-ljpeg -lz' + LIBS="`'$(TARGET)-pkg-config' --libs libtiff-4` -ljpeg -lz" $(MAKE) -C '$(1)' -j 1 all install EXEEXT=.remove-me MAKE='$(MAKE)' rm -fv '$(PREFIX)/$(TARGET)'/bin/*.remove-me endef |