diff options
| author | Michael Forney <mforney@mforney.org> | 2025-06-03 12:52:16 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2025-06-03 12:52:16 -0700 |
| commit | 6bf2b3275419479facb9dc37768d0d7b381d975f (patch) | |
| tree | 9b548f09f0625d797bbb87c04afcefd7ae7fbd9c /pkg | |
| parent | 7b0cb105f5b1362c834cd5381414341e257f3b8c (diff) | |
openssh: Fix build
This object is only used by sshd-common.a, and no other rule builds
the object.
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/openssh/gen.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
