Re: [PATCH-for-5.1 1/2] configure: do not clobber CFLAGS with --enable-fuzzing

2020-07-08 Thread Philippe Mathieu-Daudé
On 7/8/20 10:01 PM, Alexander Bulekov wrote: > When configuring with --enable-fuzzing, we overwrote the CFLAGS > added by all the preceding checks. Instead of overwriting CFLAGS, append > the ones we need. > > Fixes: adc28027ff ("fuzz: add configure flag --enable-fuzzing") > Reported-by: Li Qiang

Re: [PATCH-for-5.1 1/2] configure: do not clobber CFLAGS with --enable-fuzzing

2020-07-08 Thread Li Qiang
Alexander Bulekov 于2020年7月9日周四 上午4:02写道: > > When configuring with --enable-fuzzing, we overwrote the CFLAGS > added by all the preceding checks. Instead of overwriting CFLAGS, append > the ones we need. > > Fixes: adc28027ff ("fuzz: add configure flag --enable-fuzzing") > Reported-by: Li Qiang >

[PATCH-for-5.1 1/2] configure: do not clobber CFLAGS with --enable-fuzzing

2020-07-08 Thread Alexander Bulekov
When configuring with --enable-fuzzing, we overwrote the CFLAGS added by all the preceding checks. Instead of overwriting CFLAGS, append the ones we need. Fixes: adc28027ff ("fuzz: add configure flag --enable-fuzzing") Reported-by: Li Qiang Signed-off-by: Alexander Bulekov --- configure | 2 +-