blob: 73b8b115fcbd6cab8c78c9000b709605404296b8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
https://bugs.gentoo.org/776925
diff --git a/kpatch-build/Makefile b/kpatch-build/Makefile
index 4e964b7..fc2d796 100644
--- a/kpatch-build/Makefile
+++ b/kpatch-build/Makefile
@@ -1,7 +1,7 @@
include ../Makefile.inc
CFLAGS += -std=gnu11 -MMD -MP -I../kmod/patch -Iinsn -Wall -Wsign-compare \
- -Wconversion -Wno-sign-conversion -g -Werror
+ -Wconversion -Wno-sign-conversion -g
LDLIBS = -lelf
TARGETS = create-diff-object create-klp-module create-kpatch-module
|