logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 6bf2b3275419479facb9dc37768d0d7b381d975f
parent 7b0cb105f5b1362c834cd5381414341e257f3b8c
Author: Michael Forney <mforney@mforney.org>
Date:   Tue,  3 Jun 2025 12:52:16 -0700

openssh: Fix build

This object is only used by sshd-common.a, and no other rule builds
the object.

Diffstat:

Mpkg/openssh/gen.lua2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/openssh/gen.lua b/pkg/openssh/gen.lua @@ -130,7 +130,7 @@ file('bin/sshd', '755', '$outdir/sshd') lib('sshd-common.a', [[ auth-rhosts.c auth-passwd.c audit.c audit-bsm.c audit-linux.c platform.c - sshpty.c.o sshlogin.c.o servconf.c.o serverloop.c + sshpty.c.o sshlogin.c servconf.c.o serverloop.c auth.c auth2.c auth2-methods.c.o auth-options.c session.c auth2-chall.c groupaccess.c.o auth-bsdauth.c auth2-hostbased.c auth2-kbdint.c