Suricata 6.0.4 Ignores LD=@LD@ in Makefile

It seems that if I prepend the make invoke with the RUSTFLAGS=$(RUSTFLAGS), it does indeed work! Huzzah! It was just confusing since ./configure was seeing and setting the correct values, it just wasn’t using them :slight_smile:

Thanks @ish !