diff options
author | Mark Brand <mabrand@mabrand.nl> | 2011-12-23 14:31:46 (GMT) |
---|---|---|
committer | Mark Brand <mabrand@mabrand.nl> | 2011-12-23 14:31:46 (GMT) |
commit | 8f0f43974ca9fd061837d211ffec3f7089be85e7 (patch) | |
tree | 83fae345d4e408f49d1116ecb95d93786ec5f1a9 /src/gdal.mk | |
parent | 209a3bf1d8f50a144fbf7fe5ee81252e63720782 (diff) | |
download | mxe-8f0f43974ca9fd061837d211ffec3f7089be85e7.zip mxe-8f0f43974ca9fd061837d211ffec3f7089be85e7.tar.gz mxe-8f0f43974ca9fd061837d211ffec3f7089be85e7.tar.bz2 |
package gdal gdk-pixbuf libpano13: tiff 4 detection workaround
Diffstat (limited to 'src/gdal.mk')
-rw-r--r-- | src/gdal.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gdal.mk b/src/gdal.mk index c2c2ffd..bff63e4 100644 --- a/src/gdal.mk +++ b/src/gdal.mk @@ -76,7 +76,7 @@ define $(PKG)_BUILD --without-ruby \ --without-python \ --without-macosx-framework \ - LIBS="-ljpeg -lsecur32 `'$(TARGET)-pkg-config' --libs openssl`" + LIBS="-ljpeg -lsecur32 `'$(TARGET)-pkg-config' --libs openssl libtiff-4`" $(MAKE) -C '$(1)' -j 1 lib-target $(MAKE) -C '$(1)' -j 1 install-lib $(MAKE) -C '$(1)/port' -j 1 install |