# HG changeset patch # User Pascal Bellard # Date 1483522975 -3600 # Node ID 7f633571a56df9fb0792221529d1b642590db70e # Parent 74e489814f4e6d67b56b040eb65eec07b77028b2 kmod: link dynamically with libkmod diff -r 74e489814f4e -r 7f633571a56d kmod/receipt --- a/kmod/receipt Tue Jan 03 15:19:53 2017 +0100 +++ b/kmod/receipt Wed Jan 04 10:42:55 2017 +0100 @@ -23,6 +23,9 @@ # Rules to configure and make the package. compile_rules() { + # link dynamically with libkmod + sed -i 's|libkmod/libkmod-internal.la|libkmod/libkmod.la|' Makefile* + # Add lzma support sed -i -e 's/stream_decoder/auto_decoder/' \ -e 's/.*c_xz\[.*/&\nstatic const char magic_lz[] = {0x5d, 0};/' \