From faa24a5bf6cf5e746d89e8f9310990191a36a108 Mon Sep 17 00:00:00 2001 From: Andrey Kiselev Date: Fri, 11 Oct 2002 14:27:38 +0000 Subject: [PATCH] Fixed support for large files (>2GB) --- libtiff/Makefile.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libtiff/Makefile.in b/libtiff/Makefile.in index bb9ec6af..54b26876 100644 --- a/libtiff/Makefile.in +++ b/libtiff/Makefile.in @@ -1,4 +1,4 @@ -# $Header: /cvs/maptools/cvsroot/libtiff/libtiff/Makefile.in,v 1.21 2002-10-10 13:40:49 warmerda Exp $ +# $Header: /cvs/maptools/cvsroot/libtiff/libtiff/Makefile.in,v 1.22 2002-10-11 14:27:38 dron Exp $ # # Tag Image File Format Library # @@ -64,7 +64,8 @@ IPATH = -I. -I${SRCDIR} @COPT_LIBINC@ CONF_LIBRARY=@CONF_JPEG@ @CONF_ZIP@ COPTS = @GCOPTS@ OPTIMIZER=@OPTIMIZER@ -CFLAGS = @ENVOPTS@ @LIBCOPTS@ ${COPTS} ${OPTIMIZER} ${IPATH} ${CONF_LIBRARY} +LFSOPTS=@LFSOPTS@ +CFLAGS = @ENVOPTS@ @LIBCOPTS@ ${COPTS} ${OPTIMIZER} ${LFSOPTS} ${IPATH} ${CONF_LIBRARY} # SRCS = \ tif_aux.c \