Source: systemd
Version: 230-1
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: rebootstrap
Control: block -1 by 797383
Please enable libseccomp for more architectures. In particular, I am
missing support for mips64, mips64el and x32. I assume that mips64el
will become a release architecture for stretch. This bug depends on
libseccomp first fixing #797383.
According to my test (in a stage1 cross build for x32), the following
patch solves the issue:
sed -i '/^Build-Depends:/s/libseccomp[^[]*\[/&mips64 mips64el x32 /'
debian/control
systemd's configure will then automatically determine the availability
of libseccomp and start using it.
Helmut