kmod-15-dynamic-kmod.patch 747 B

123456789101112131415161718192021222324
  1. diff --git a/sys-apps/kmod/files/kmod-15-dynamic-kmod.patch b/sys-apps/kmod/files/kmod-15-dynamic-kmod.patch
  2. new file mode 100644
  3. index 0000000..c93bea6
  4. --- /dev/null
  5. +++ b/sys-apps/kmod/files/kmod-15-dynamic-kmod.patch
  6. @@ -0,0 +1,16 @@
  7. +do not statically link kmod against its own libraries
  8. +
  9. +https://bugs.gentoo.org/493630
  10. +http://thread.gmane.org/gmane.linux.kernel.modules/1206
  11. +
  12. +--- a/Makefile.in
  13. ++++ b/Makefile.in
  14. +@@ -817,7 +817,7 @@
  15. + @BUILD_TOOLS_TRUE@ tools/static-nodes.c
  16. +
  17. + @BUILD_TOOLS_TRUE@tools_kmod_LDADD = libkmod/libkmod-util.la \
  18. +-@BUILD_TOOLS_TRUE@ libkmod/libkmod-internal.la
  19. ++@BUILD_TOOLS_TRUE@ libkmod/libkmod.la
  20. +
  21. +
  22. + # ------------------------------------------------------------------------------