aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/bison.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2015-03-16 15:09:00 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2015-03-16 15:09:00 +0000
commitee3b7cbf0dd38691ba37a88409005760ee7449e8 (patch)
treefca529a1cffbf560b496dff42c8f8beb01bdfe08 /chapter06/bison.xml
parent8f7d07eb583c8539fcce90708e93c1367914d6fb (diff)
Tweak static lib issues
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10882 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/bison.xml')
-rw-r--r--chapter06/bison.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/bison.xml b/chapter06/bison.xml
index 568b34c9f..bafb23451 100644
--- a/chapter06/bison.xml
+++ b/chapter06/bison.xml
@@ -39,11 +39,11 @@
<sect2 role="installation">
<title>Installation of Bison</title>
-
+<!-- bison only installs a static library
<para>Inhibit static library installation:</para>
<screen><userinput remap="pre">sed -i '/lib_LIBRARIES =/d' Makefile.in</userinput></screen>
-
+-->
<para>Prepare Bison for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr --docdir=/usr/share/doc/bison-&bison-version;</userinput></screen>