mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
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
This commit is contained in:
parent
98b277aa98
commit
54df5b44ca
@ -83,6 +83,9 @@
|
||||
</itemizedlist>
|
||||
</para></listitem>
|
||||
|
||||
<listitem><para>September 11th, 2003 [jeremy]: Added Bison patch, backported
|
||||
from CVS, to fix pwlib compilation problems</para></listitem>
|
||||
|
||||
<listitem><para>September 11th, 2003 [jeremy]: Added Greg's patch to gcc to
|
||||
suppress the installation of libiberty, and changed binutils to allow it's
|
||||
libiberty to stay.</para></listitem>
|
||||
|
@ -230,6 +230,9 @@ following:</para>
|
||||
Bash Patch (&bash-patch-version;) - &bash-patch-size;:
|
||||
<ulink url="&http;/bash-&bash-patch-version;.patch"/>
|
||||
|
||||
Bison Attribute Patch:
|
||||
<ulink url="&http;/bison-1.875-attribute.patch"/>
|
||||
|
||||
Coreutils Hostname Patch (&coreutils-hostname-patch-version;) - &coreutils-hostname-patch-size;:
|
||||
<ulink url="&http;/coreutils-&coreutils-hostname-patch-version;.patch"/>
|
||||
Coreutils Uname Patch (&coreutils-uname-patch-version;) - &coreutils-uname-patch-size;:
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user