mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
openssh: document a locally-applied workaround
We have a local hacky workaround for an issue caused by a hacky upstream autoconf test. Reported upstream on the OpenSSH mailing list: https://lists.mindrot.org/pipermail/openssh-unix-dev/2022-May/040242.html PR: 209441 Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
b36f469a15
commit
d5e2d0f140
1 changed files with 8 additions and 0 deletions
|
|
@ -187,6 +187,14 @@
|
|||
recognize and ignore the configuration options to avoid breaking
|
||||
existing configurations.
|
||||
|
||||
12) PrintLastLog bugfix
|
||||
|
||||
Upstream's autoconf sets DISABLE_LASTLOG if the system does not have
|
||||
lastlog.ll_line, but uses it to disable the PrintLastLog configuration
|
||||
option altogether. There is a hacky SKIP_DISABLE_LASTLOG_DEFINE=yes to
|
||||
skip setting DISABLE_LASTLOG which we've applied for FreeBSD, but the
|
||||
autoconf machinery really ought to be reworked. Reported upstream at
|
||||
https://lists.mindrot.org/pipermail/openssh-unix-dev/2022-May/040242.html
|
||||
|
||||
|
||||
This port was brought to you by (in no particular order) DARPA, NAI
|
||||
|
|
|
|||
Loading…
Reference in a new issue