Control: forcemerge 648033 928334 Hi,
On Thu, May 02, 2019 at 04:46:06PM +0700, Nguyen Van. Hieu wrote: > iputils fails to cross build from source, because it uses the build > architecture compiler. > Using "dh_auto_build" instead of "$(MAKE)" can solve this problem. > Please consider applying the attached patch. Thank you for working on cross building. Unfortunately, this issue is already reported. Merging the bugs. Your patch looks good to me, though I suggest that you prefer dh_auto_build --sourcedirectory=foo -- ... over dh_auto_build -- -C foo ... Helmut