Opened 9 years ago
Closed 9 years ago
#1104 closed task (fixed)
Move fewer Ncurses libs into /lib
Reported by: | Owned by: | ||
---|---|---|---|
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)
Change History (2)
by , 9 years ago
Attachment: | ncurses.patch added |
---|
comment:1 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in f7e4340052f9eab581c44b681026a6e3600e04af.