diff options
| author | Khem Raj <raj.khem@gmail.com> | 2020-06-25 20:45:25 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-28 08:35:59 +0100 |
| commit | 59b75aba7da3831357b00f413176412a3db615db (patch) | |
| tree | 6e1d0674ff23ac30a93117df7ce08941127a1f41 /meta | |
| parent | 6d26aa25248dd773c9c94a95d0e2063843757826 (diff) | |
| download | poky-59b75aba7da3831357b00f413176412a3db615db.tar.gz | |
rxvt-unicode: Disable wtmp on musl
This is not supported features on musl
Fixes
../../rxvt-unicode-9.22/src/../libptytty/src/logging.C:348:17: error: 'WTMPX_FILE' was not declared in this scope; did you mean 'WTMP_FILE'?
| 348 | updwtmpx (WTMPX_FILE, &utx);
| | ^~~~~~~~~~
(From OE-Core rev: 7cdf0e0e6790185f6d517b877f7566202277d3ba)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc b/meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc index b568f04580..b064a63caa 100644 --- a/meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc +++ b/meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc | |||
| @@ -30,6 +30,8 @@ EXTRA_OECONF = "--enable-xim \ | |||
| 30 | --enable-combining --disable-perl \ | 30 | --enable-combining --disable-perl \ |
| 31 | --with-x=${STAGING_DIR_HOST}${prefix}" | 31 | --with-x=${STAGING_DIR_HOST}${prefix}" |
| 32 | 32 | ||
| 33 | EXTRA_OECONF_append_libc-musl = " --disable-wtmp" | ||
| 34 | |||
| 33 | PACKAGECONFIG ??= "" | 35 | PACKAGECONFIG ??= "" |
| 34 | PACKAGECONFIG[startup] = "--enable-startup-notification,--disable-startup-notification,startup-notification," | 36 | PACKAGECONFIG[startup] = "--enable-startup-notification,--disable-startup-notification,startup-notification," |
| 35 | 37 | ||
