diff options
-rw-r--r-- | meta/recipes-core/seatd/seatd_0.6.4.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-core/seatd/seatd_0.6.4.bb b/meta/recipes-core/seatd/seatd_0.6.4.bb index a38f8c2152..601736adef 100644 --- a/meta/recipes-core/seatd/seatd_0.6.4.bb +++ b/meta/recipes-core/seatd/seatd_0.6.4.bb | |||
@@ -13,6 +13,9 @@ S = "${WORKDIR}/git" | |||
13 | 13 | ||
14 | inherit meson pkgconfig update-rc.d | 14 | inherit meson pkgconfig update-rc.d |
15 | 15 | ||
16 | # https://www.openwall.com/lists/musl/2020/01/20/3 | ||
17 | CFLAGS:append:libc-musl:powerpc64le = " -Wno-error=overflow" | ||
18 | |||
16 | PACKAGECONFIG ?= " \ | 19 | PACKAGECONFIG ?= " \ |
17 | ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \ | 20 | ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \ |
18 | libseat-builtin \ | 21 | libseat-builtin \ |