aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/ncurses-inst.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2002-08-08 17:32:09 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2002-08-08 17:32:09 +0000
commit1c9bc6a47ea7f870de2d68451efa37f3bc3780fd (patch)
tree57fd99dfd8e5e255ed56d1936ab554c363075ee9 /chapter06/ncurses-inst.xml
parentee41fd5577cff6d782049034a8c41ff16be4b3c5 (diff)
removed --disable-termcap from ncurses installation, it's disabled by default now
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2053 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/ncurses-inst.xml')
-rw-r--r--chapter06/ncurses-inst.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter06/ncurses-inst.xml b/chapter06/ncurses-inst.xml
index 2b49b3770..a6adcb92d 100644
--- a/chapter06/ncurses-inst.xml
+++ b/chapter06/ncurses-inst.xml
@@ -8,8 +8,7 @@ commands.</para>
<para>Install Ncurses by running the following commands:</para>
<para><screen><userinput>patch -Np1 -i ../ncurses-&ncurses-patch-version;.patch &amp;&amp;
-./configure --prefix=/usr --libdir=/lib \
-&nbsp;&nbsp;&nbsp;&nbsp;--with-shared --disable-termcap &amp;&amp;
+./configure --prefix=/usr --libdir=/lib --with-shared &amp;&amp;
make &amp;&amp;
make install &amp;&amp;
mv /lib/*.a /usr/lib &amp;&amp;