Opened 9 years ago

Closed 9 years ago

#1104 closed task (fixed)

Move fewer Ncurses libs into /lib

Reported by: chris@… Owned by: clfs-commits@…
Priority: major Milestone:
Component: BOOK Version:
Keywords: Cc: berzerkula@…, jonathan@…, chris@…, cross-lfs@…

Description

Our current instructions for final-system Ncurses installs all libraries into /lib{,32,64}, and moves static libs into /usr/lib{,32,64}. This is not really needed, only the libncursesw shared library needs to be in /lib. Looking at installed packages on my system, only Cmake uses libform (linked by /usr/bin/ccmake), only Python (both 2 and 3) uses libpanel (in a "curses" Python module) and nothing uses libmenu. I believe all libraries for Ncurses should be installed into /usr, then the shared libncursesw should be moved to /lib and a symlink created in /usr/lib.

Attachments (1)

ncurses.patch (6.2 KB ) - added by chris@… 9 years ago.

Download all attachments as: .zip

Change History (2)

by chris@…, 9 years ago

Attachment: ncurses.patch added

comment:1 by chris@…, 9 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.