Changeset c567ee3 for pst


Ignore:
Timestamp:
10/26/2017 01:47:46 AM (6 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
1a7e901
Parents:
01af2c3
Message:

Add itstool-2.0.4-segfault-1.patch.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19378 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/xml/itstool.xml

    r01af2c3 rc567ee3  
    7373    </itemizedlist>
    7474
     75    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     76    <itemizedlist spacing="compact">
     77      <listitem>
     78        <para>
     79          Required patch:
     80          <ulink url="&patch-root;/itstool-&itstool-version;-segfault-1.patch"/>
     81        </para>
     82      </listitem>
     83    </itemizedlist>
     84
    7585    <bridgehead renderas="sect3">Itstool Dependencies</bridgehead>
    76 
     86 
    7787    <bridgehead renderas="sect4">Required</bridgehead>
    7888    <para role="required">
    79       <xref linkend="DocBook"/><!--,
    80       <xref linkend="docbook-xsl"/>--> and
    81       <xref linkend="python2"/>
     89      <xref linkend="DocBook"/>
    8290    </para>
    8391
     
    95103    </para>
    96104
    97 <screen><userinput>PYTHON=/usr/bin/python3 ./configure --prefix=/usr &amp;&amp;
     105<screen><userinput>patch -Np1 -i ../itstool-&itstool-version;-segfault-1.patch &amp;&amp;
     106PYTHON=/usr/bin/python3 ./configure --prefix=/usr &amp;&amp;
    98107make</userinput></screen>
    99108
Note: See TracChangeset for help on using the changeset viewer.