diff options
author | Jeremy Utley <jeremy@linuxfromscratch.org> | 2003-09-11 18:42:16 +0000 |
---|---|---|
committer | Jeremy Utley <jeremy@linuxfromscratch.org> | 2003-09-11 18:42:16 +0000 |
commit | 54df5b44ca6a9f9591efe1b1cb475ca84cca5e69 (patch) | |
tree | 9341e5e75b37eb671e5709a871eeeac98f91ca00 /chapter06 | |
parent | 98b277aa98edadd2cafc4653148ece1aef9888ea (diff) |
Added bison attribute patch to fix compilation of pwlib
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2769 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/bison-inst.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/bison-inst.xml b/chapter06/bison-inst.xml index 84d239880..3eb085a32 100644 --- a/chapter06/bison-inst.xml +++ b/chapter06/bison-inst.xml @@ -3,6 +3,11 @@ <sect2> <title>Installation of Bison</title> +<para>First we use a patch to bison, backported from CVS, which fixes a minor +compliation problem with some packages:</para> + +<para><screen><userinput>patch -Np1 -i ../bison-1.875-attribute.patch</userinput></screen></para> + <para>Prepare Bison for compilation:</para> <para><screen><userinput>./configure --prefix=/usr</userinput></screen></para> |