mirror of
https://git.yoctoproject.org/poky
synced 2026-04-28 06:32:34 +02:00
systemd: disable seccomp on mips32
(From OE-Core rev: abf13cf886a50429b15d46e414112646cd935c2e) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5fcae1bb66
commit
43f07bdc9f
@@ -111,6 +111,9 @@ PACKAGECONFIG:remove:libc-musl = " \
|
||||
utmp \
|
||||
"
|
||||
|
||||
# https://github.com/seccomp/libseccomp/issues/347
|
||||
PACKAGECONFIG:remove:mipsarch = "seccomp"
|
||||
|
||||
CFLAGS:append:libc-musl = " -D__UAPI_DEF_ETHHDR=0 "
|
||||
|
||||
# Some of the dependencies are weak-style recommends - if not available at runtime,
|
||||
|
||||
Reference in New Issue
Block a user