mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-12 03:24:08 +00:00
ktls-utils: Fix build with musl
CMSG_NXTHDR results in different signed-ness for cmsghdr on musl. Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user