mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-01 04:52:12 +08:00
fix boost build with glibc 2.18
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11651 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
00e0aca052
commit
fa26ede930
@ -72,6 +72,16 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
|
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
||||||
|
<itemizedlist spacing="compact">
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Required patch:
|
||||||
|
<ulink url="&patch-root;/boost_&boost-dl-version;-glibc-1.patch"/>
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
|
||||||
<bridgehead renderas="sect3">Boost Dependencies</bridgehead>
|
<bridgehead renderas="sect3">Boost Dependencies</bridgehead>
|
||||||
|
|
||||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||||
@ -93,7 +103,8 @@
|
|||||||
commands:
|
commands:
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<screen><userinput>./bootstrap.sh --prefix=/usr &&
|
<screen><userinput>patch -Np1 -i ../boost_&boost-dl-version;-glibc-1.patch &&
|
||||||
|
./bootstrap.sh --prefix=/usr &&
|
||||||
./b2 stage threading=multi link=shared</userinput></screen>
|
./b2 stage threading=multi link=shared</userinput></screen>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
Loading…
Reference in New Issue
Block a user