logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 160bfb3476b0194fbd7df3633e0a520c49347f57
parent 85e3a8768324e0e0926e50f6cee12129d5fbd1be
Author: Michael Forney <mforney@mforney.org>
Date:   Sun, 28 Apr 2019 01:05:31 -0700

openssh: Build sftp

Diffstat:

Mpkg/openssh/gen.lua5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/pkg/openssh/gen.lua b/pkg/openssh/gen.lua @@ -126,6 +126,9 @@ file('bin/ssh-keygen', '755', '$outdir/ssh-keygen') exe('sftp-server', {'sftp-common.c.o', 'sftp-server.c.o', 'sftp-server-main.c', 'libssh.a.d'}) file('libexec/sftp-server', '755', '$outdir/sftp-server') -man{'ssh.1', 'scp.1', 'ssh-add.1', 'ssh-agent.1', 'ssh-keygen.1', 'sshd.8', 'sftp-server.8'} +exe('sftp', {'sftp.c', 'sftp-client.c', 'sftp-common.c.o', 'sftp-glob.c', 'libssh.a.d'}) +file('bin/sftp', '755', '$outdir/sftp') + +man{'ssh.1', 'scp.1', 'ssh-add.1', 'ssh-agent.1', 'ssh-keygen.1', 'sshd.8', 'sftp-server.8', 'sftp.1'} fetch 'git'