mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 18:32:13 +02:00
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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user