Control: tags -1 - patch

On Mon, Jun 07, 2021 at 12:36:10AM +0530, Nilesh Patra wrote:
> @@ -15,7 +16,7 @@ build-stamp: patch
>       dh_testdir
>  
>       xmkmf
> -     $(MAKE) CDEBUGFLAGS="$(CDEBUGFLAGS)" xsysinfo
> +     $(MAKE) CDEBUGFLAGS="$(CDEBUGFLAGS)" CC="$(CC)" xsysinfo
>  
>       touch build-stamp
>  

I'm sorry. This doesn't just work. xmkmf has architecture-behaviour.
Simply swapping out the compiler is not going to fix that. xutils-dev is
wrongly marked Multi-Arch: foreign at present. Our devised solution is
to remove xmkmf from the archive. The right solution here is to replace
the build system with something sane. See #873764 for details. It's not
as easy unfortunately.

Helmut

Reply via email to