CMSG_NXTHDR results in different signed-ness for cmsghdr
on musl.
Signed-off-by: Khem Raj <[email protected]>
---
meta-oe/recipes-kernel/ktls-utils/ktls-utils_1.3.0.bb | 2 ++
1 file changed, 2 insertions(+)
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"
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#122489):
https://lists.openembedded.org/g/openembedded-devel/message/122489
Mute This Topic: https://lists.openembedded.org/mt/116708909/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-