diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-01-02 12:25:20 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-01-03 08:58:26 +0000 |
commit | 270d61ccb3c7003a46ca301e354613325e966f8a (patch) | |
tree | 3fe0a9f24c11cd59e1cd01132ce714aa250b194b /meta/recipes-connectivity | |
parent | 34b1e06b5ea1416f848222856e67efe90f43a9bf (diff) | |
download | poky-270d61ccb3c7003a46ca301e354613325e966f8a.tar.gz |
openssh: Disable lastlog on musl
(From OE-Core rev: 0e9b2fe106e3c6c0a1f27e7a56a11e86e5de371e)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/openssh/openssh_8.4p1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
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' \ | |||
67 | --disable-strip \ | 67 | --disable-strip \ |
68 | " | 68 | " |
69 | 69 | ||
70 | # musl doesn't implement wtmp/utmp | 70 | # musl doesn't implement wtmp/utmp and logwtmp |
71 | EXTRA_OECONF_append_libc-musl = " --disable-wtmp" | 71 | EXTRA_OECONF_append_libc-musl = " --disable-wtmp --disable-lastlog" |
72 | 72 | ||
73 | # Since we do not depend on libbsd, we do not want configure to use it | 73 | # Since we do not depend on libbsd, we do not want configure to use it |
74 | # just because it finds libutil.h. But, specifying --disable-libutil | 74 | # just because it finds libutil.h. But, specifying --disable-libutil |