Package: libffi
Version: 3.3-6
Tags: ftbfs patch
User: helmutg@debian.org
Usertags: rebootstrap
libffi needs a symbol update to build for musl-linux-mips. As it
happens, the symbols work like on mips. I think they're actually
independent of the libc and kernel and therefore suggest replacing mips
with any-mips. Here is a patch:
sed -i -e 's/ !\(mips \)/ !any-\1/' debian/libffi7.symbols
Helmut