janmojzis / tinyssh

TinySSH is small server (less than 100000 words of code)
Creative Commons Zero v1.0 Universal
1.41k stars 75 forks source link

Small build system and utmp fixes #67

Closed skarnet closed 2 years ago

skarnet commented 2 years ago

This MR

These changes were needed to make tinyssh build against utmps, a secure utmp library to use with the musl libc.

Additionally, I had to manually comment the utmp-related -yes sysdep definitions in sysdep/list. It would be nice to have a way to override sysdep detection with some manual input that does not involve editing a file. :-)

janmojzis commented 2 years ago

Merged, thank You!