commit: b411a6ca9277ffc8e9acd179aa1aa9bdcf3fd162 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org> AuthorDate: Tue Apr 30 17:17:39 2024 +0000 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org> CommitDate: Tue Apr 30 17:17:39 2024 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=b411a6ca
patches/kmod: update for 31 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org> patches/kmod/31/kmod-29-static.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/patches/kmod/31/kmod-29-static.patch b/patches/kmod/31/kmod-29-static.patch new file mode 100644 index 0000000..c29ab7f --- /dev/null +++ b/patches/kmod/31/kmod-29-static.patch @@ -0,0 +1,12 @@ +--- a/Makefile.am ++++ b/Makefile.am +@@ -155,6 +155,8 @@ tools_kmod_SOURCES += \ + tools/remove.c + endif + ++tools_kmod_LDFLAGS = -all-static ++ + tools_kmod_LDADD = \ + shared/libshared.la \ + libkmod/libkmod-internal.la +