From 0e9b2fe106e3c6c0a1f27e7a56a11e86e5de371e Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 2 Jan 2021 12:25:20 -0800 Subject: openssh: Disable lastlog on musl Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/recipes-connectivity/openssh/openssh_8.4p1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/recipes-connectivity') 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 -- cgit 1.2.3-korg