mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
Add itstool-2.0.4-segfault-1.patch.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19378 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
01af2c396f
commit
c567ee31e9
@ -1,12 +1,12 @@
|
||||
<!-- $LastChangedBy$ $Date$ -->
|
||||
|
||||
<!ENTITY day "24"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "26"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "10"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2017">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
<!ENTITY version "&year;-&month;-&day;">
|
||||
<!ENTITY releasedate "October 24th, &year;">
|
||||
<!ENTITY releasedate "October 26th, &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
<!ENTITY lfs-version "development"> <!-- x.y|development -->
|
||||
|
@ -41,6 +41,14 @@
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
-->
|
||||
<listitem>
|
||||
<para>October 26th, 2017</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[dj] - Add itstool-2.0.4-segfault-1.patch.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>October 24th, 2017</para>
|
||||
|
@ -72,13 +72,21 @@
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">Itstool Dependencies</bridgehead>
|
||||
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>
|
||||
Required patch:
|
||||
<ulink url="&patch-root;/itstool-&itstool-version;-segfault-1.patch"/>
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">Itstool Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required">
|
||||
<xref linkend="DocBook"/><!--,
|
||||
<xref linkend="docbook-xsl"/>--> and
|
||||
<xref linkend="python2"/>
|
||||
<xref linkend="DocBook"/>
|
||||
</para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
@ -94,7 +102,8 @@
|
||||
commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>PYTHON=/usr/bin/python3 ./configure --prefix=/usr &&
|
||||
<screen><userinput>patch -Np1 -i ../itstool-&itstool-version;-segfault-1.patch &&
|
||||
PYTHON=/usr/bin/python3 ./configure --prefix=/usr &&
|
||||
make</userinput></screen>
|
||||
|
||||
<!--
|
||||
|
Loading…
Reference in New Issue
Block a user