Makes using the LIBS environment variable more intuitive by not reversing the library order, and fixes resolution when symbols defined in libtinysshcrypto conflict with symbols provided in external libraries
Makes utmpx work in more cases.
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. :-)
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 insysdep/list
. It would be nice to have a way to override sysdep detection with some manual input that does not involve editing a file. :-)