From d33f479ba8d9c5db058b50c5594a1eb111860ce9 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Thu, 29 May 2025 10:26:29 +0100 Subject: [PATCH] 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2