From 0a54a20eca45730ab6d72909ffaf6d7c605c8d85 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Fri, 29 Jun 2001 15:37:53 +0000 Subject: Updated patch command for use with the new patch the /lib/libcurses.a symlink is created automatically with this new official ncurses patch git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@736 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/ncurses-inst.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'chapter06/ncurses-inst.xml') diff --git a/chapter06/ncurses-inst.xml b/chapter06/ncurses-inst.xml index 7d5570dc2..95f98615a 100644 --- a/chapter06/ncurses-inst.xml +++ b/chapter06/ncurses-inst.xml @@ -6,15 +6,13 @@ Install Ncurses by running the following commands:
- patch -Np1 -i ../ncurses-&ncurses-version;.patch + patch -Np1 -F10 -i ../ncurses-&ncurses-version;.patch && ./configure --prefix=/usr --libdir=/lib \    --with-shared --disable-termcap && make && - make install && - cd /lib && - ln -s libncurses.a libcurses.a + make install
-- cgit v1.2.3-54-g00ecf