]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
README: update C runtime library section
authorEmil Velikov <emil.l.velikov@gmail.com>
Thu, 29 May 2025 09:26:29 +0000 (10:26 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Fri, 30 May 2025 14:04:02 +0000 (09:04 -0500)
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 <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/359
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
README.md

index 71fcc3212373a65f771aa3ea3a63925005f3caa0..567c03299fb728cbc4f5fd1bb6fa15ca31b1a115 100644 (file)
--- 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