| Message ID | 20251210081607.3196421-2-raj.khem@gmail.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-networking,1/7] frr: Upgrade to 10.5.0 | expand |
diff --git a/meta-oe/recipes-kernel/ktls-utils/ktls-utils_1.3.0.bb b/meta-oe/recipes-kernel/ktls-utils/ktls-utils_1.3.0.bb index 47e1f7f091..947aa90e2e 100644 --- a/meta-oe/recipes-kernel/ktls-utils/ktls-utils_1.3.0.bb +++ b/meta-oe/recipes-kernel/ktls-utils/ktls-utils_1.3.0.bb @@ -19,3 +19,5 @@ PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', PACKAGECONFIG[systemd] = "--with-systemd,,systemd" SYSTEMD_SERVICE:${PN} = "tlshd.service" +# ../../../sources/ktls-utils-1.3.0/src/tlshd/quic.c:515:58: error: comparison of integers of different signs: 'unsigned long' and 'long' [-Werror,-Wsign-compare] +CFLAGS:append:libc-musl:toolchain-clang = " -Wno-error=sign-compare"
CMSG_NXTHDR results in different signed-ness for cmsghdr on musl. Signed-off-by: Khem Raj <raj.khem@gmail.com> --- meta-oe/recipes-kernel/ktls-utils/ktls-utils_1.3.0.bb | 2 ++ 1 file changed, 2 insertions(+)