mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 18:32:12 +02:00
rxvt-unicode: Disable lastlog on musl systems
it needs logwtmp implementation which is not there in musl (From OE-Core rev: e27447fe6abc35860c5d99d9aa259f86b6a002b0) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -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,"
|
||||
|
||||
Reference in New Issue
Block a user