diff options
-rw-r--r-- | INSTALL | 3 | ||||
-rw-r--r-- | doc/index.html | 2 | ||||
-rw-r--r-- | doc/upgrade.html | 2 |
3 files changed, 5 insertions, 2 deletions
@@ -6,7 +6,8 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 3.81 or later - - skalibs version 2.8.0.0 or later: http://skarnet.org/software/skalibs/ + - skalibs version 2.8.0.0 or later: https://skarnet.org/software/skalibs/ + - To run the test suite and the nsssd-* programs: s6 version 2.8.0.0 or later: https://skarnet.org/software/s6/ This software will run on any operating system that implements POSIX.1-2008, available at: diff --git a/doc/index.html b/doc/index.html index cc884dd..a18a851 100644 --- a/doc/index.html +++ b/doc/index.html @@ -85,7 +85,7 @@ functions. requirement if you link against the shared version of the skalibs library. </li> <li> <a href="//skarnet.org/software/s6/">s6</a> version -2.7.2.3 or later. It's a <em>run-time</em> requirement only, to run +2.8.0.0 or later. It's a <em>run-time</em> requirement only, to run the nsssd service (and can be done without if you have a suitable replacement for <a href="//skarnet.org/software/s6/s6-ipcserver">s6-ipcserver</a>). </li> </ul> diff --git a/doc/upgrade.html b/doc/upgrade.html index 6b85afc..f134b18 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -23,6 +23,8 @@ <ul> <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> dependency bumped to 2.8.0.0. </li> + <li> <a href="//skarnet.org/software/s6/">s6</a> optional dependency bumped to +2.8.0.0. </li> <li> Everything now builds as PIC by default no matter the toolchain's settings. Use the <tt>--disable-all-pic</tt> configure option to build executables and static libraries as non-PIC. </li> |