diff options
| author | Sam James <sam@gentoo.org> | 2022-06-11 06:53:23 +0100 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2022-06-11 06:53:23 +0100 |
| commit | 7e27203cbdad242722e9bf58362068246a091fab (patch) | |
| tree | 343bd51ecad59ba693a7e91f817d6d8ef0cb02fd /sys-kernel/kpatch/files/kpatch-0.9.4-no-werror.patch | |
| parent | 5dcd1282bb88bec17d5eed2f93f4ee73b4fff978 (diff) | |
| download | gentoo-7e27203cbdad242722e9bf58362068246a091fab.tar.gz gentoo-7e27203cbdad242722e9bf58362068246a091fab.tar.bz2 gentoo-7e27203cbdad242722e9bf58362068246a091fab.zip | |
sys-kernel/kpatch: drop Werror
Closes: https://bugs.gentoo.org/776925
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-kernel/kpatch/files/kpatch-0.9.4-no-werror.patch')
| -rw-r--r-- | sys-kernel/kpatch/files/kpatch-0.9.4-no-werror.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sys-kernel/kpatch/files/kpatch-0.9.4-no-werror.patch b/sys-kernel/kpatch/files/kpatch-0.9.4-no-werror.patch new file mode 100644 index 000000000000..0667fdd91ca1 --- /dev/null +++ b/sys-kernel/kpatch/files/kpatch-0.9.4-no-werror.patch @@ -0,0 +1,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 |
