Hello,

On Wed 29 Oct 2025 at 07:26pm GMT, Sean Whitton wrote:

> Hello,
>
> The problem is this Makefile snippet:
>
> --8<---------------cut here---------------start------------->8---
> override_dh_auto_build:
>       $(checkdir)
>       set -e; for s in $(subdirs_build); do \
>               $(MAKE) -C $$s all; \
>       done
>       touch build
> --8<---------------cut here---------------end--------------->8---
>
>
> which means that CFLAGS isn't passed down to the subinvocation of Make.

Oh, no, the issue is that settings.make exports CFLAGS and LDFLAGS.

I don't know what would be a clean way to override that for the purposes
of the Debian package build.  I would be grateful if you could take a
look.

-- 
Sean Whitton

Attachment: signature.asc
Description: PGP signature

Reply via email to