diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-01-02 22:38:34 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2021-01-02 22:38:34 +0000 |
commit | bc2e0bf52659c277ec67048541a6a5a2c78d2898 (patch) | |
tree | 7f7fef57609d9c0e2b3816dbb1efe3dfee243d36 /doc/index.html | |
parent | f021f61f10c566fcae2f77b1a4b095869076062b (diff) | |
download | execline-bc2e0bf52659c277ec67048541a6a5a2c78d2898.tar.xz |
Document optional nsss dependency
Diffstat (limited to 'doc/index.html')
-rw-r--r-- | doc/index.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/index.html b/doc/index.html index 2e9c079..7b26c37 100644 --- a/doc/index.html +++ b/doc/index.html @@ -56,6 +56,17 @@ requirement if you link against the shared version of the skalibs library. </li> </ul> +<p> + The following optional dependencies are also supported: +</p> + +<ul> + <li> If you're using <a href="https://www.musl-libc.org/">musl</a> and +want nsswitch-like functionality: +<a href="//skarnet.org/software/nsss/">nsss</a> version +0.1.0.0 or later (build-time and boot-time) </li> +</ul> + <h3> Licensing </h3> <p> |