nftables: Fix build on musl when xtables enabled

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2025-03-28 22:53:17 -07:00
parent 6ca6265f7e
commit 7c0f6444e2
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -33,6 +33,9 @@ EXTRA_OECONF = " \
PEP517_SOURCE_PATH = "${S}/py"
# xtables will need it on musl see iptables
CFLAGS:append:libc-musl = " -D__UAPI_DEF_ETHHDR=0"
inherit_defer ${@bb.utils.contains('PACKAGECONFIG', 'python', 'python_setuptools_build_meta', '', d)}
PACKAGES =+ "${@bb.utils.contains('PACKAGECONFIG', 'python', '${PN}-python', '', d)}"