gentoo/sys-kernel/kpatch/files/kpatch-0.9.4-no-werror.patch
Sam James 7e27203cbd
sys-kernel/kpatch: drop Werror
Closes: https://bugs.gentoo.org/776925
Signed-off-by: Sam James <sam@gentoo.org>
2022-06-11 06:53:23 +01:00

13 lines
373 B
Diff

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