Linker issues are no longer observed.
Move accordingly to match upstream OpenSSH Makefile.in.
Details
Details
- Reviewers
emaste
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
Add missing libraries to libssh, otherwise (scp/sftp):
$ scp file.a user@server ld-elf.so.1: /usr/lib/libprivatessh.so.5: Undefined symbol "GSS_C_NT_HOSTBASED_SERVICE"
Comment Actions
- Remove gssapi_krb5 from LIBADD/_DP_ssh (before sorting out Mkaefile.inc1/tools/make_libdeps.sh).
EDIT: (PR 286160)