summaryrefslogtreecommitdiff
path: root/sys-kernel/kpatch/files/kpatch-0.9.4-no-werror.patch
blob: 0667fdd91ca18f470336263134f83967dc836d47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
https://bugs.gentoo.org/776925
--- a/kpatch-build/Makefile
+++ b/kpatch-build/Makefile
@@ -1,7 +1,7 @@
 include ../Makefile.inc
 
 CFLAGS += -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