The branch main has been updated by emaste:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=170511589e4d15a27ee92979691cfc1b26929bb7

commit 170511589e4d15a27ee92979691cfc1b26929bb7
Author:     Ed Maste <[email protected]>
AuthorDate: 2023-04-20 00:03:26 +0000
Commit:     Ed Maste <[email protected]>
CommitDate: 2023-04-20 22:08:16 +0000

    openssh: Update configure for DISABLE_LASTLOG
    
    PR:             209441
    Sponsored by:   The FreeBSD Foundation
---
 crypto/openssh/configure.ac | 1 +
 1 file changed, 1 insertion(+)

diff --git a/crypto/openssh/configure.ac b/crypto/openssh/configure.ac
index c5060c59ddf4..33d037c3f7ac 100644
--- a/crypto/openssh/configure.ac
+++ b/crypto/openssh/configure.ac
@@ -1037,6 +1037,7 @@ mips-sony-bsd|mips-sony-newsos4)
            [NetBSD read function is sometimes redirected, breaking atomicio 
comparisons against it])
        ;;
 *-*-freebsd*)
+       SKIP_DISABLE_LASTLOG_DEFINE=yes
        AC_DEFINE([LOCKED_PASSWD_PREFIX], ["*LOCKED*"], [Account locked with 
pw(1)])
        AC_DEFINE([SSH_TUN_FREEBSD], [1], [Open tunnel devices the FreeBSD way])
        AC_CHECK_HEADER([net/if_tap.h], ,

Reply via email to