diff options
| -rw-r--r-- | meta-networking/recipes-filter/nftables/nftables_1.1.1.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-networking/recipes-filter/nftables/nftables_1.1.1.bb b/meta-networking/recipes-filter/nftables/nftables_1.1.1.bb index 17709016be..f0f51f5397 100644 --- a/meta-networking/recipes-filter/nftables/nftables_1.1.1.bb +++ b/meta-networking/recipes-filter/nftables/nftables_1.1.1.bb | |||
| @@ -33,6 +33,9 @@ EXTRA_OECONF = " \ | |||
| 33 | 33 | ||
| 34 | PEP517_SOURCE_PATH = "${S}/py" | 34 | PEP517_SOURCE_PATH = "${S}/py" |
| 35 | 35 | ||
| 36 | # xtables will need it on musl see iptables | ||
| 37 | CFLAGS:append:libc-musl = " -D__UAPI_DEF_ETHHDR=0" | ||
| 38 | |||
| 36 | inherit_defer ${@bb.utils.contains('PACKAGECONFIG', 'python', 'python_setuptools_build_meta', '', d)} | 39 | inherit_defer ${@bb.utils.contains('PACKAGECONFIG', 'python', 'python_setuptools_build_meta', '', d)} |
| 37 | 40 | ||
| 38 | PACKAGES =+ "${@bb.utils.contains('PACKAGECONFIG', 'python', '${PN}-python', '', d)}" | 41 | PACKAGES =+ "${@bb.utils.contains('PACKAGECONFIG', 'python', '${PN}-python', '', d)}" |
