#939778 tua FTCBFS: configures for the build architecture

Package:
src:tua
Source:
tua
Submitter:
Helmut Grohne
Date:
2025-01-06 15:30:02 UTC
Severity:
normal
Tags:
#939778#5
Date:
2019-09-08 17:56:42 UTC
From:
To:
tua fails to cross build from source, because it configures for the
build architecture. Usually, this is due to a missing --host flag, but
tua's ./configure is too old to understand that flag. It rather expects
CC to be exported. The easiest way of doing so is using dpkg's
buildtools.mk. Please consider applying the attached patch.

Helmut