Source: libseccomp
Version: 2.2.3-1
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: rebootstrap
While bootstrapping new architectures I noticed that systemd should
probably depend on libseccomp-dev for more architectures, but the reason
it doesn't seems to be that libseccomp is not enabled for those. In
particular, I am missing mips64, mips64el and x32. I assume that
mips64el will become a release architecture for stretch.
Please consider applying the following patch:
sed -i '/^Architecture:/s/$/ mips64 mips64el x32/' debian/control
I tested cross building this for x32 and a look at the source indicates
that it will just work for the other two as well.
Helmut