Chris Packham d95d0497db ltrace: Add patch to fix compile error for mips
Newer versions of GCC complain:

  plt.c: In function 'arch_elf_add_plt_entry':
  plt.c:359:3: error: '%s' directive argument is null [-Werror=format-overflow=]
    359 |   fprintf(stderr, "%s: failed %s(%#llx): %sn", __func__,
        | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    360 |    name, addr, strerror(errno));
        |    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  cc1: all warnings being treated as errors

add a patch to avoid this error.

Signed-off-by: Chris Packham <judge.packham@gmail.com>
2021-04-14 22:11:35 +12:00
..
2017-09-29 17:05:22 -07:00
2017-09-29 17:05:22 -07:00
2021-02-12 11:54:11 +01:00
2019-12-25 18:30:23 -08:00
2021-01-12 14:07:32 -06:00
2020-02-26 11:05:19 -08:00
2021-04-08 12:52:38 -05:00
2020-09-11 16:44:20 -05:00
2019-12-25 18:30:23 -08:00
2021-04-13 10:54:03 -05:00
2019-10-01 21:22:44 -07:00
2021-03-26 09:46:36 +13:00
2020-02-26 11:05:19 -08:00
2020-12-14 09:00:34 +01:00
2021-04-10 09:17:09 +03:00
2021-04-14 20:15:58 +12:00
2021-01-11 23:29:01 -08:00
2021-03-30 12:58:47 +13:00
2020-10-15 13:53:59 -06:00
2017-07-08 10:56:29 -07:00
2017-07-08 10:56:29 -07:00