]> code.ossystems Code Review - openembedded-core.git/commitdiff
rxvt-unicode: Disable lastlog on musl systems
authorKhem Raj <raj.khem@gmail.com>
Sat, 2 Jan 2021 20:25:19 +0000 (12:25 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 3 Jan 2021 08:57:57 +0000 (08:57 +0000)
it needs logwtmp implementation which is not there in musl

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc

index b064a63caa6608f088deac32cf82a70e1dd1f35e..185523297336971aced3d394e8d75b695d8c123c 100644 (file)
@@ -30,7 +30,7 @@ EXTRA_OECONF = "--enable-xim \
                --enable-combining --disable-perl \
                --with-x=${STAGING_DIR_HOST}${prefix}"
 
-EXTRA_OECONF_append_libc-musl = " --disable-wtmp"
+EXTRA_OECONF_append_libc-musl = " --disable-wtmp --disable-lastlog"
 
 PACKAGECONFIG ??= ""
 PACKAGECONFIG[startup] = "--enable-startup-notification,--disable-startup-notification,startup-notification,"