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
..
2016-02-01 11:42:41 -05:00
2016-01-17 19:21:04 +01:00
2016-02-18 15:23:11 -05:00
2016-01-06 16:16:44 +02:00
2016-05-16 00:56:57 +01:00
2016-03-08 15:50:22 +00:00
2015-06-30 10:59:28 +02:00
2015-01-07 02:00:35 +01:00
2014-10-01 20:11:53 +02:00
2014-10-20 09:16:44 +02:00
2016-04-13 16:05:03 +02:00
2014-11-30 18:10:15 +01:00
2015-08-19 11:33:59 +02:00
2016-05-11 20:20:41 +00:00
2015-05-13 13:23:21 +02:00
2014-09-05 23:20:48 +02:00
2016-04-13 16:05:03 +02:00
2014-07-17 12:29:48 +02:00
2015-03-31 20:51:37 +03:00
2016-01-27 11:14:16 +00:00
2016-04-27 17:13:41 -04:00
2015-08-04 02:28:36 +02:00
2016-01-21 00:42:34 +01:00
2016-03-14 11:56:44 -04:00
2016-02-22 22:23:31 +01:00
2016-04-19 14:04:51 +02:00
2016-04-25 23:13:40 +02:00
2014-10-20 23:07:17 +02:00
2015-08-21 15:24:02 -04:00
2016-04-19 14:04:51 +02:00
2015-12-13 21:46:17 +02:00
2015-02-24 17:43:35 +01:00
2015-12-06 23:26:36 +01:00
2014-07-17 18:04:56 -04:00
2014-12-16 08:39:13 +01:00
2015-04-17 23:23:56 +02:00
2014-12-17 10:02:10 +01:00
2014-10-18 21:50:27 +02:00
2014-11-24 23:43:37 -08:00
2015-06-21 15:28:24 +02:00
2014-12-01 08:45:13 +01:00
2014-08-06 13:07:54 -04:00
2014-10-18 21:52:17 +02:00
2015-09-26 04:50:40 +03:00
2015-09-18 15:51:28 +02:00
2015-10-14 17:18:08 +00:00
2015-01-06 08:26:48 -05:00
2015-06-17 23:47:52 +02:00
2014-11-24 23:43:37 -08:00
2014-11-24 23:43:37 -08:00
2015-10-18 22:25:47 -04:00
2015-01-25 19:44:54 +01:00
2016-05-06 15:15:38 +02:00
2016-03-05 10:53:07 +01:00
2015-11-11 10:00:12 -05:00
2016-03-08 15:50:57 +00:00
2016-01-14 01:24:02 +01:00
2015-09-01 11:26:54 +02:00
2015-03-01 18:24:23 +01:00
2015-06-14 18:01:25 +02:00
2014-07-31 21:34:30 -07:00
2015-09-11 07:28:22 +02:00
2016-03-25 14:03:53 -04:00
2016-05-11 18:40:09 +02:00
2015-11-11 19:26:43 +01:00
2015-02-02 13:38:08 +01:00
2015-06-22 12:03:48 +02:00
2015-02-06 13:15:30 +01:00
2016-01-20 21:56:03 +01:00
2015-11-18 23:40:11 +01:00
2014-12-09 11:38:38 -05:00
2015-01-10 18:28:30 +01:00
2014-07-31 21:34:30 -07:00
2015-08-03 13:07:33 +02:00
2016-03-15 09:18:47 +01:00
2016-04-19 14:04:51 +02:00
2014-08-07 10:31:11 +02:00
2015-07-12 20:50:54 +02:00
2015-11-01 19:24:36 -05:00
2014-07-17 18:04:56 -04:00
2014-11-24 23:43:37 -08:00
2016-05-09 11:55:34 +01:00
2015-02-08 00:06:43 +01:00
2015-03-13 22:32:26 +01:00
2015-05-12 15:00:33 -04:00
2014-07-19 14:08:11 +02:00
2016-04-13 16:05:03 +02:00
2014-11-24 23:43:37 -08:00
2015-06-29 18:00:44 +02:00
2015-02-08 19:13:16 +01:00
2014-12-10 18:02:38 +01:00
2014-08-02 01:53:00 -07:00
2014-11-24 23:43:37 -08:00
2014-07-02 12:31:43 +02:00
2015-05-13 13:39:15 +02:00
2015-05-13 13:23:21 +02:00
2015-06-18 18:07:01 +08:00
2016-03-15 09:18:47 +01:00
2015-12-29 12:09:34 +00:00
2015-12-07 19:58:00 +01:00
2014-11-24 23:43:37 -08:00
2016-01-20 21:56:03 +01:00
2015-06-15 00:22:40 +02:00
2015-12-05 16:39:31 -05:00
2015-09-07 10:17:26 +02:00
2015-11-22 20:07:46 +01:00
2016-04-17 19:05:43 +02:00
2015-12-30 19:21:21 -05:00
2016-03-25 17:52:45 -04:00
2015-07-04 23:01:47 +02:00
2015-08-24 22:51:06 +08:00
2016-04-25 23:14:18 +02:00
2014-11-25 23:29:26 -08:00
2016-04-13 16:05:03 +02:00
2016-03-29 00:19:46 +02:00
2015-03-07 00:10:20 +01:00
2015-07-12 22:10:52 +02:00
2016-01-20 21:56:03 +01:00
2014-07-16 15:31:42 -04:00
2015-05-13 01:51:38 +03:00
2016-05-06 15:15:21 +02:00
2016-03-15 09:18:47 +01:00
2015-08-22 01:12:31 +02:00
2015-01-06 21:20:03 -04:00
2016-02-27 09:49:17 -05:00
2015-04-11 19:58:46 -07:00
2016-05-11 11:51:34 -04:00
2016-04-22 13:52:09 -03:00
2016-04-05 15:39:29 +00:00
2016-04-28 21:49:21 -05:00
2016-03-14 17:38:50 +01:00
2016-04-02 23:24:03 +02:00
2016-04-13 16:05:03 +02:00
2016-01-20 21:56:03 +01:00
2015-05-13 01:20:19 +02:00
2015-06-10 18:17:47 +02:00
2015-07-13 21:15:30 +02:00
2014-08-30 19:38:06 +02:00
2014-09-12 21:16:10 +02:00
2016-04-16 12:27:17 -03:00
2015-12-30 19:28:36 -05:00
2015-05-17 12:56:27 -07:00
2015-11-24 02:15:12 +00:00
2016-03-29 13:02:34 +02:00
2016-05-10 12:16:15 -04:00
2016-04-15 11:48:48 +02:00
2016-01-20 21:56:03 +01:00
2016-02-08 14:40:32 +01:00
2015-07-16 21:29:19 +02:00
2015-05-25 23:25:36 -05:00
2015-04-02 10:01:56 +02:00
2014-07-01 20:54:41 +02:00
2016-04-21 15:51:17 +00:00
2015-05-03 15:12:33 +02:00
2014-11-20 17:44:34 +03:00
2016-05-19 14:29:57 +02:00
2014-10-03 23:16:27 +04:00
2015-06-08 01:27:18 +02:00
2016-01-25 14:06:18 +01:00
2016-04-13 16:05:03 +02:00
2014-11-24 23:43:37 -08:00
2015-07-29 09:46:58 -05:00
2015-04-18 08:16:22 +02:00
2015-12-07 12:07:06 -05:00