diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-12-06 15:32:11 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-12-06 15:32:11 +0000 |
commit | 57abdf3eaa424deafda497a4a896328238353e18 (patch) | |
tree | bf991c3cec997d65842f52c2e09a8ba439e98e83 /INSTALL | |
parent | ec85192dacc1bc1ca2efaad4e469d4d1831bce9c (diff) | |
download | nsss-57abdf3eaa424deafda497a4a896328238353e18.tar.xz |
Prepare for 0.1.0.0, add --enable-libc-includes configure switch
pwd.h, grp.h and shadow.h will not overwrite the libc headers
by default anymore; you need to explicitly add the switch.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,8 +6,8 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 3.81 or later - - skalibs version 2.9.2.1 or later: https://skarnet.org/software/skalibs/ - - To run the test suite and the nsssd-* programs: s6 version 2.9.1.0 or later: https://skarnet.org/software/s6/ + - skalibs version 2.10.0.0 or later: https://skarnet.org/software/skalibs/ + - To run the test suite and the nsssd-* programs: s6 version 2.10.0.0 or later: https://skarnet.org/software/s6/ This software will run on any operating system that implements POSIX.1-2008, available at: |