mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
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/ (From OE-Core rev: 5dabf677f38c209fb6a8ba837d5a66fd89f57d4d) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5ec86bd4fa
commit
607ad000c1
@@ -2,6 +2,8 @@ require timezone.inc
|
||||
|
||||
SUMMARY = "tzcode, timezone zoneinfo utils -- zic, zdump, tzselect"
|
||||
|
||||
SRC_URI += "file://0001-Fix-C23-related-conformance-bug.patch"
|
||||
|
||||
inherit native
|
||||
|
||||
EXTRA_OEMAKE += "cc='${CC}'"
|
||||
|
||||
Reference in New Issue
Block a user