buildroot/package/mtd
Jörg Krause 77fbc684c5 package/mtd: add patch to fix host build error with gcc 5.1
host-mtd build fails with gcc 5.1:
  error: redefinition of ‘hashtable_iterator_key’
  error: redefinition of ‘hashtable_iterator_value’

Indeed, both functions are defined twice - once in the header and once in the
source file. This is permitted in C11 (and maybe in C99).

Add a patch sent to upstream:
https://patchwork.ozlabs.org/patch/467254/

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Tested-by: Doug Kehn <rdkehn@yahoo.com>
Tested-by: Romain Naour <romain.naour@openwide.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-07-11 12:17:26 +02:00
..
0001-Fix-rpmatch-call-under-uClibc-and-musl.patch package/mtd: fix musl compile 2015-04-25 10:20:23 +02:00
0002-lib-libfec.c-fix-build-against-musl.patch package/mtd: fix musl compile 2015-04-25 10:20:23 +02:00
0003-serve_image-do-not-include-error.h.patch package/mtd: fix musl compile 2015-04-25 10:20:23 +02:00
0004-recv_image-do-not-include-error.h.patch package/mtd: fix musl compile 2015-04-25 10:20:23 +02:00
0005-mkfs.ubifs-Fix-build-with-gcc-5.1.patch package/mtd: add patch to fix host build error with gcc 5.1 2015-07-11 12:17:26 +02:00
Config.in packages: remove non-IPv6 dependencies and tweaks 2015-04-22 23:06:35 +02:00
Config.in.host
mtd.hash package/mtd: add hash file 2015-06-02 23:05:13 +02:00
mtd.mk mtd: Add xattr support 2015-07-06 12:34:11 +02:00