On Tue, Sep 09, 2025 at 11:57:14AM +0200, Pablo Neira Ayuso wrote: > On Tue, Sep 09, 2025 at 12:19:09AM +0200, Phil Sutter wrote: > > Appending to CFLAGS from configure.ac like this was too naive, passing > > custom CFLAGS in make arguments overwrites it. Extend AM_CFLAGS instead. > > > > Fixes: 64c07e38f0494 ("table: Embed creating nft version into userdata") > > Signed-off-by: Phil Sutter <phil@xxxxxx> > > Acked-by: Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> > > Thanks for fixing this. Patch applied, sorry for breaking your use-case in the first place!