libdrm: drop older versions
[openembedded.git] / recipes / mdadm / mdadm-3.1.2 / remove-werror.patch
blob71c6bf8453f84693363de809034edc7dc1497930
1 ---
2 Makefile | 2 +-
3 1 file changed, 1 insertion(+), 1 deletion(-)
5 Index: mdadm-3.1.2/Makefile
6 ===================================================================
7 --- mdadm-3.1.2.orig/Makefile
8 +++ mdadm-3.1.2/Makefile
9 @@ -42,7 +42,7 @@ KLIBC_GCC = gcc -nostdinc -iwithprefix i
11 CC = $(CROSS_COMPILE)gcc
12 CXFLAGS = -ggdb
13 -CWFLAGS = -Wall -Werror -Wstrict-prototypes
14 +CWFLAGS = -Wall -Wstrict-prototypes
15 ifdef WARN_UNUSED
16 CWFLAGS += -Wp,-D_FORTIFY_SOURCE=2 -O
17 endif