Source: chicken
Source-Version: 4.10.0-1
Severity: normal

Hi!

This package uses «dpkg --print-installation-architecture» in
debian/rules to set a BUILD_ARCH variable. Which is wrong on several
accounts. First because the option is obsolete and targetted for
removal, second because that gets the build machine, and not the host
one, which is what should be used here when deciding what to set LDFLAGS,
and third because ia64 supposedly had a broken bindnow implementation,
so that override should not even work there.

I'd suggest just getting rid of the ia64 handling and removing the
BUILD_ARCH entirely.

Thanks,
Guillem

Reply via email to