From: Khem Raj Date: Sat, 2 Jan 2021 20:25:20 +0000 (-0800) Subject: openssh: Disable lastlog on musl X-Git-Tag: uninative-2.10~296 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=0e9b2fe106e3c6c0a1f27e7a56a11e86e5de371e;p=openembedded-core.git openssh: Disable lastlog on musl Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-connectivity/openssh/openssh_8.4p1.bb b/meta/recipes-connectivity/openssh/openssh_8.4p1.bb index 676a8a6533..688fc8a024 100644 --- a/meta/recipes-connectivity/openssh/openssh_8.4p1.bb +++ b/meta/recipes-connectivity/openssh/openssh_8.4p1.bb @@ -67,8 +67,8 @@ EXTRA_OECONF = "'LOGIN_PROGRAM=${base_bindir}/login' \ --disable-strip \ " -# musl doesn't implement wtmp/utmp -EXTRA_OECONF_append_libc-musl = " --disable-wtmp" +# musl doesn't implement wtmp/utmp and logwtmp +EXTRA_OECONF_append_libc-musl = " --disable-wtmp --disable-lastlog" # Since we do not depend on libbsd, we do not want configure to use it # just because it finds libutil.h. But, specifying --disable-libutil