Source: xxhash
Version: 0.8.3-2
Severity: important
Justification: architecture cross bootstrap regression
Tags: patch
User: debian-cross@lists.debian.org
Usertags: ftcbfs
User: helmutg@debian.org
Usertags: rebootstrap
xxhash fails to cross build from source, because make install examines
$(CC) -dumpmachine for deciding what needs to be linked and then
attempts to link build architecture objects. Exporting CC for make
install (not done by dh_auto_install by default) fixes this. I'm
attaching a patch for your convenience.
Helmut