]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
tzcode-native: fix build with gcc-13 on host
authorMartin Jansa <Martin.Jansa@gmail.com>
Mon, 13 Mar 2023 21:20:22 +0000 (21:20 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 14 Mar 2023 17:12:15 +0000 (17:12 +0000)
commit5dabf677f38c209fb6a8ba837d5a66fd89f57d4d
tree91a2f7886d2691d51dcab0b62049c64eadf86ce5
parent3d1951902d8ad87baae5216e8e12a7d3356a923c
tzcode-native: fix build with gcc-13 on host

* passing -std=c2x to avoid build failure with gcc-13 on host
  works as well, but the resulting zic then segfaults when
  used in tzdata, use a fix from upstream instead

* reported upstream in https://mm.icann.org/pipermail/tz/2023-March/032690.html

* fixes:
  http://errors.yoctoproject.org/Errors/Details/697913/

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/timezone/tzcode-native.bb
meta/recipes-extended/timezone/tzcode/0001-Fix-C23-related-conformance-bug.patch [new file with mode: 0644]