imagemagick: bump version to 7.0.3-7 (security)
[buildroot-gz.git] / package / kvm-unit-tests / 0001-remove-werror.patch
blob058a640d76ab92a1297f294a42973a4dd9a325dc
1 Remove -Werror to avoid build failures
3 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
5 Index: b/Makefile
6 ===================================================================
7 --- a/Makefile
8 +++ b/Makefile
9 @@ -45,7 +45,7 @@
10 > /dev/null 2>&1; then echo "$(1)"; else echo "$(2)"; fi ;)
12 CFLAGS += -g
13 -CFLAGS += $(autodepend-flags) -Wall -Werror -Wno-frame-address
14 +CFLAGS += $(autodepend-flags) -Wall -Wno-frame-address
15 frame-pointer-flag=-f$(if $(KEEP_FRAME_POINTER),no-,)omit-frame-pointer
16 fomit_frame_pointer := $(call cc-option, $(frame-pointer-flag), "")
17 fnostack_protector := $(call cc-option, -fno-stack-protector, "")