Opened 16 years ago

Closed 16 years ago

#200 closed defect (fixed)

ncurses overwrites its configuration program

Reported by: tobias Owned by: clfs-commits@…
Priority: major Milestone:
Component: BOOK Version: CLFS Standard GIT
Keywords: ncurses config Cc:

Description

If ncurses is configured with --enable-widec, the configuration program will be called "ncursesw5-config". In multilib builds it's taken care of, but following line, which is stated in 10.20 (ncurses-5.7) overwrites ncursesw5-config with a link to ncurses5-config that doesn't exist:

ln -sfv ncurses5-config /usr/bin/ncursesw5-config

Fix is simple: change arguments :)

ln -sfv ncursesw5-config /usr/bin/ncurses5-config

Change History (1)

comment:1 by Jim Gifford, 16 years ago

Resolution: fixed
Status: newclosed

Thank you. Fixed in r4449

Note: See TracTickets for help on using tickets.