Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 918941 Details for
Bug 949743
sys-apps/util-linux-2.40.4 on prefix fails to link because of split ncurses/tinfo and a malfunctioning pkg-config
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
util-linux-2.40.4-tinfo.patch
file_949743.txt (text/plain), 642 bytes, created by
Joey Dumont
on 2025-02-14 21:01:35 UTC
(
hide
)
Description:
util-linux-2.40.4-tinfo.patch
Filename:
MIME Type:
Creator:
Joey Dumont
Created:
2025-02-14 21:01:35 UTC
Size:
642 bytes
patch
obsolete
>From 0a0476c388bba27aec0fa7b857dfa887f07df51a Mon Sep 17 00:00:00 2001 >From: Joey Dumont <joey.dumont@gmail.com> >Date: Wed, 12 Feb 2025 07:06:06 -0500 >Subject: [PATCH] Add tinfo libs explicitly. > >--- > sys-utils/Makemodule.am | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/sys-utils/Makemodule.am b/sys-utils/Makemodule.am >index 209b656..e6eac03 100644 >--- a/sys-utils/Makemodule.am >+++ b/sys-utils/Makemodule.am >@@ -72,6 +72,8 @@ irqtop_LDADD += -lslang > else > irqtop_CFLAGS += $(NCURSES_CFLAGS) > irqtop_LDADD += $(NCURSES_LIBS) >+irqtop_CFLAGS += $(TINFO_CFLAGS) >+irqtop_LDADD += $(TINFO_LIBS) > endif > endif > >--
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 949743
:
918938
|
918940
| 918941 |
918943
|
918991
|
919101
|
919102