diff options
author | Ben Kohler <bkohler@gentoo.org> | 2024-04-30 12:17:39 -0500 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2024-04-30 12:17:39 -0500 |
commit | b411a6ca9277ffc8e9acd179aa1aa9bdcf3fd162 (patch) | |
tree | efd027fc8e83fca5e03af3bb94b7e64a80caf8a0 | |
parent | {gkbuilds,patches}/bcache-tools: fix build (diff) | |
download | genkernel-b411a6ca9277ffc8e9acd179aa1aa9bdcf3fd162.tar.gz genkernel-b411a6ca9277ffc8e9acd179aa1aa9bdcf3fd162.tar.bz2 genkernel-b411a6ca9277ffc8e9acd179aa1aa9bdcf3fd162.zip |
patches/kmod: update for 31
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
-rw-r--r-- | patches/kmod/31/kmod-29-static.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/patches/kmod/31/kmod-29-static.patch b/patches/kmod/31/kmod-29-static.patch new file mode 100644 index 00000000..c29ab7f5 --- /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 + |