diff options
author | Jörg Krause <joerg.krause@embedded.rocks> | 2015-05-26 12:38:09 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-07-11 12:17:26 +0200 |
commit | 77fbc684c56d3d247419c6473c67ba5f60b0c093 (patch) | |
tree | c6806aac70b4bd30ea9cf280451f4f8dee5695db /package/qt5/qt5xmlpatterns/qt5xmlpatterns.hash | |
parent | 22501805ed49902020d33d1bd72baba407d3a289 (diff) | |
download | buildroot-77fbc684c56d3d247419c6473c67ba5f60b0c093.tar.gz buildroot-77fbc684c56d3d247419c6473c67ba5f60b0c093.zip |
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>
Diffstat (limited to 'package/qt5/qt5xmlpatterns/qt5xmlpatterns.hash')
0 files changed, 0 insertions, 0 deletions