From 71b1c20d7fea8e28331d4890280439d9bdbe25d8 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sat, 23 May 2009 12:48:27 +0000 Subject: [PATCH] Removed redundencies in ncurses. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8904 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 5 +++++ chapter06/ncurses.xml | 7 +------ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 45bcdb113..bfdfcca63 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,11 @@ 2009-05-23 + + [bdubbs] - Removed redundencies in ncurses. Thanks to Chris + Staub. Fixes + #2403. + [bdubbs] - Various minor text changes. Thanks to Chris Staub. Fixes diff --git a/chapter06/ncurses.xml b/chapter06/ncurses.xml index f86ec8145..86c6ce974 100644 --- a/chapter06/ncurses.xml +++ b/chapter06/ncurses.xml @@ -99,11 +99,6 @@ make install - Correct the permissions of a library that should not be executable: - - -chmod -v 644 /usr/lib/libncurses++w.a - Move the libraries to the /lib directory, where they are expected to reside: @@ -118,7 +113,7 @@ non-wide-character Ncurses libraries. Trick such applications into linking with wide-character libraries by means of symlinks and linker scripts: -for lib in curses ncurses form panel menu ; do \ +for lib in ncurses form panel menu ; do \ rm -vf /usr/lib/lib${lib}.so ; \ echo "INPUT(-l${lib}w)" >/usr/lib/lib${lib}.so ; \ ln -sfv lib${lib}w.a /usr/lib/lib${lib}.a ; \