diff options
author | Sam James <sam@gentoo.org> | 2023-07-05 21:39:37 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-07-05 21:39:37 +0100 |
commit | 1d9cdb7451d4c81556ac7dba13b4c462188d149f (patch) | |
tree | 262b26966a6d8704faf91bd7e54f79e5ae7e90d1 /patches | |
parent | genkernel: bump to 4.3.5 (diff) | |
download | genkernel-1d9cdb7451d4c81556ac7dba13b4c462188d149f.tar.gz genkernel-1d9cdb7451d4c81556ac7dba13b4c462188d149f.tar.bz2 genkernel-1d9cdb7451d4c81556ac7dba13b4c462188d149f.zip |
patches: copy kmod-29 patch to kmod-30
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'patches')
-rw-r--r-- | patches/kmod/30/kmod-29-static.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/patches/kmod/30/kmod-29-static.patch b/patches/kmod/30/kmod-29-static.patch new file mode 100644 index 00000000..c29ab7f5 --- /dev/null +++ b/patches/kmod/30/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 + |