From 6bf2b3275419479facb9dc37768d0d7b381d975f Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Tue, 3 Jun 2025 12:52:16 -0700 Subject: openssh: Fix build This object is only used by sshd-common.a, and no other rule builds the object. --- pkg/openssh/gen.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg') diff --git a/pkg/openssh/gen.lua b/pkg/openssh/gen.lua index c31d0571..8e14c4a2 100644 --- 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 -- cgit v1.2.3