On 2022/01/21 05:40, Bjorn Ketelaars wrote:
>  --- lib/libzstd.mk.orig
>  +++ lib/libzstd.mk
> -@@ -79,7 +79,7 @@ endif
> +@@ -81,7 +81,7 @@ endif
>     CFLAGS += -fno-stack-protector -fomit-frame-pointer -fno-ident \
>               -DDYNAMIC_BMI2=0 -DNDEBUG
>   else
> --  CFLAGS += -O3
> -+  CFLAGS +=
> +-  CFLAGS ?= -O3
> ++  CFLAGS ?=

is there any need to patch this now that upstream changed it to "?=" ?

Reply via email to