packages/libs/tiff/patches
Jo-Philipp Wich ae2c7c824f tiff: fix wrong declaration of ftell() compat macro
The libtiff library declares an `ftell()` compat macro redirecting calls
to `ftello()` if such an implementation exists. The compat macro however
is declared with a wrong number of arguments, leading to the following
error on our buildbots:

    In file included from .../usr/include/uClibc++/iostream:29:0,
                     from tif_stream.cxx:31:
    .../usr/include/uClibc++/fstream:422:22: error: macro "ftell" requires 3 arguments, but only 1 given
         retval = ftell(fp);

Add a patch to fix the macro definition in order to fix compilation of
the tiff package.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-05-19 14:29:57 +02:00
..
001-autoconf-compat.patch tiff: update to 4.0.6 2016-04-05 14:34:54 +02:00
002-CVE-2015-8665_and_CVE-2015-8683.patch tiff: update to 4.0.6 2016-04-05 14:34:54 +02:00
003-fix_potential_out-of-bound_writes_in_decode_functions.patch tiff: update to 4.0.6 2016-04-05 14:34:54 +02:00
004-fix_potential_out-of-bound_write_in_NeXTDecode.patch tiff: update to 4.0.6 2016-04-05 14:34:54 +02:00
005-fix-ftell-macro.patch tiff: fix wrong declaration of ftell() compat macro 2016-05-19 14:29:57 +02:00