[oe-commits] [openembedded-core] 07/09: openssh: Disable wtmp when using musl libc

git at git.openembedded.org git at git.openembedded.org
Mon Jan 22 10:41:23 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 2065bb297ff3e48801bc8458d85f4f66a3e69daf
Author: Paul Barker <pbarker at toganlabs.com>
AuthorDate: Thu Jan 18 18:03:33 2018 +0000

    openssh: Disable wtmp when using musl libc
    
    musl doesn't implement wtmp/utmp.
    
    Signed-off-by: Paul Barker <pbarker at toganlabs.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-connectivity/openssh/openssh_7.6p1.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-connectivity/openssh/openssh_7.6p1.bb b/meta/recipes-connectivity/openssh/openssh_7.6p1.bb
index 9d940d4..a2288df 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...

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list