gentoo/sys-kernel/kpatch/files/kpatch-0.9.10-no-werror.patch
Arisu Tachibana 1956a83bd7
sys-kernel/kpatch: add 0.9.10
Updated no werror patch for kpatch 0.9.10

Signed-off-by: Arisu Tachibana <alicef@gentoo.org>
2025-03-12 19:41:39 +09:00

15 lines
473 B
Diff

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