mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-05-01 05:08:10 -07:00
Updated no werror patch for kpatch 0.9.10 Signed-off-by: Arisu Tachibana <alicef@gentoo.org>
15 lines
473 B
Diff
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
|