Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 572366 Details for
Bug 683008
x11-term/rxvt-unicode musl support
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
disable utmp/wtmp/lastlog on musl
rxvt-unicode-9.22-r1-musl-support.patch (text/plain), 903 bytes, created by
Jory A. Pratt
on 2019-04-10 07:22:59 UTC
(
hide
)
Description:
disable utmp/wtmp/lastlog on musl
Filename:
MIME Type:
Creator:
Jory A. Pratt
Created:
2019-04-10 07:22:59 UTC
Size:
903 bytes
patch
obsolete
>From 9667ae51f89b087e03c7294f5d716d5b020a9d00 Mon Sep 17 00:00:00 2001 >From: Jory Pratt <anarchy@gentoo.org> >Date: Wed, 10 Apr 2019 02:18:48 -0500 >Subject: [PATCH] x11-term/rxvt-unicode: Fix musl support > >--- > x11-terms/rxvt-unicode/rxvt-unicode-9.22-r1.ebuild | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > >diff --git a/x11-terms/rxvt-unicode/rxvt-unicode-9.22-r1.ebuild b/x11-terms/rxvt-unicode/rxvt-unicode-9.22-r1.ebuild >index 45679e5cf..c12dec741 100644 >--- a/x11-terms/rxvt-unicode/rxvt-unicode-9.22-r1.ebuild >+++ b/x11-terms/rxvt-unicode/rxvt-unicode-9.22-r1.ebuild >@@ -61,7 +61,10 @@ src_configure() { > $(use_enable pixbuf) \ > $(use_enable startup-notification) \ > $(use_enable unicode3) \ >- $(use_enable xft) >+ $(use_enable xft) \ >+ $(use_enable !elibc_musl utmp) \ >+ $(use_enable !elibc_musl wtmp) \ >+ $(use_enable !elibc_musl lastlog) > } > > src_compile() { >-- >2.21.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 683008
: 572366