package gdal gdk-pixbuf libpano13: tiff 4 detection workaround

This commit is contained in:
Mark Brand 2011-12-23 15:31:46 +01:00
parent 209a3bf1d8
commit 8f0f43974c
3 changed files with 5 additions and 3 deletions

View File

@ -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

View File

@ -27,6 +27,7 @@ define $(PKG)_BUILD
--disable-shared \
--prefix='$(PREFIX)/$(TARGET)' \
--disable-modules \
--with-included-loaders
--with-included-loaders \
LIBS="`'$(TARGET)-pkg-config' --libs libtiff-4`"
$(MAKE) -C '$(1)' -j '$(JOBS)' install
endef

View File

@ -32,6 +32,7 @@ define $(PKG)_BUILD
--with-jpeg='$(PREFIX)/$(TARGET)'/lib \
--with-tiff='$(PREFIX)/$(TARGET)'/lib \
--with-png='$(PREFIX)/$(TARGET)'/lib \
--with-zlib='$(PREFIX)/$(TARGET)'/lib
--with-zlib='$(PREFIX)/$(TARGET)'/lib \
LIBS="`'$(TARGET)-pkg-config' --libs libtiff-4`"
$(MAKE) -C '$(1)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS= man_MANS=
endef