mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-04-30 16:57:29 -07:00
13 lines
373 B
Diff
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
|