From: Paul Barker Date: Thu, 18 Jan 2018 18:03:33 +0000 (+0000) Subject: openssh: Disable wtmp when using musl libc X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~19020 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2065bb297ff3e48801bc8458d85f4f66a3e69daf;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git openssh: Disable wtmp when using musl libc musl doesn't implement wtmp/utmp. Signed-off-by: Paul Barker Signed-off-by: Ross Burton --- diff --git a/meta/recipes-connectivity/openssh/openssh_7.6p1.bb b/meta/recipes-connectivity/openssh/openssh_7.6p1.bb index 9d940d45907..a2288dfe08e 100644 --- a/meta/recipes-connectivity/openssh/openssh_7.6p1.bb +++ b/meta/recipes-connectivity/openssh/openssh_7.6p1.bb @@ -60,6 +60,9 @@ EXTRA_OECONF = "'LOGIN_PROGRAM=${base_bindir}/login' \ --disable-strip \ " +# musl doesn't implement wtmp/utmp +EXTRA_OECONF_append_libc-musl = " --disable-wtmp" + # 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 # causes compile errors, so...