diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-13 05:09:24 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-13 05:09:24 +0000 |
commit | e4f5f0466a88a432627ebc4ddc7bdd59bf2e9ee3 (patch) | |
tree | 84377b749c79229b99d9075ed9baaa99e6900771 /chapter05 | |
parent | 6548fcc9666668bb036fc3c077090b4bad869971 (diff) |
Applied Zack's ncurses patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2596 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/ncurses-inst.xml | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/chapter05/ncurses-inst.xml b/chapter05/ncurses-inst.xml index 2fcb18e7f..7418a7f3b 100644 --- a/chapter05/ncurses-inst.xml +++ b/chapter05/ncurses-inst.xml @@ -5,12 +5,10 @@ <para><screen><userinput>patch -Np1 -i ../ncurses-&ncurses-version;-etip-2.patch patch -Np1 -i ../ncurses-&ncurses-version;-vsscanf.patch -./configure --prefix=/stage1 --with-shared --without-debug --without-ada && -make && +./configure --prefix=/stage1 --with-shared --without-debug \ + --without-ada +make make install -chmod 755 /stage1/lib/*.5.3 && -ln -s libncurses.a /stage1/lib/libcurses.a -ln -sf /stage1/lib/libncurses.so.5 /stage1/lib/libcurses.so</userinput></screen></para> - +chmod 755 /stage1/lib/*.5.3</userinput></screen></para> </sect2> |