mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-24 22:13:34 +08:00
77fbc684c5
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> |
||
---|---|---|
.. | ||
0001-Fix-rpmatch-call-under-uClibc-and-musl.patch | ||
0002-lib-libfec.c-fix-build-against-musl.patch | ||
0003-serve_image-do-not-include-error.h.patch | ||
0004-recv_image-do-not-include-error.h.patch | ||
0005-mkfs.ubifs-Fix-build-with-gcc-5.1.patch | ||
Config.in | ||
Config.in.host | ||
mtd.hash | ||
mtd.mk |