From: Emil Velikov Date: Thu, 29 May 2025 09:26:29 +0000 (+0100) Subject: README: update C runtime library section X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d33f479ba8d9c5db058b50c5594a1eb111860ce9;p=thirdparty%2Fkmod.git README: update C runtime library section Our readme lists uClibc which has been EOL for over a decade and superseded by uClibc-ng. In addition, in one place our code-base tries to support dietlibc for some pre POSIX.1-2008 functionality. Explicitly list POSIX.1-2008 alongside the C runtime libraries, which are known to work. If your favourite C library does not work with kmod, feel free to send us patches - plus ideally one which adds a CI action for us to test. Signed-off-by: Emil Velikov Link: https://github.com/kmod-project/kmod/pull/359 Signed-off-by: Lucas De Marchi --- diff --git a/README.md b/README.md index 71fcc321..567c0329 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Compilation and installation In order to compile the source code you need: - C11 compiler, supporting a range of GNU extensions - GCC 8+, Clang 6+ -- GNU C library / musl / uClibc +- POSIX.1-2008 C runtime library - Bionic, GNU C library, musl Optional dependencies, required with the default build configuration: - ZLIB library