Commit 7e8cd820 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Update tiff configure line

parent 5242d73b
......@@ -13,7 +13,11 @@ tiff: tiff-$(TIFF_VERSION).tar.gz .sum-tiff
$(MOVE)
.tiff: tiff
cd $< && $(HOSTVARS) ./configure $(HOSTCONF) --with-CFLAGS="$(CFLAGS)" --with-JPEG=no --with-ZIP=no
cd $< && $(HOSTVARS) ./configure $(HOSTCONF) \
--disable-jpeg \
--disable-zlib \
--disable-cxx \
--without-x
cd $< && $(MAKE) -C port && $(MAKE) -C libtiff
cd $< && $(MAKE) install
touch $@
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment