Changeset f004db1


Ignore:
Timestamp:
04/17/2019 09:17:52 PM (5 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 9.0, 9.1, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
Children:
691fc571
Parents:
801c872
Message:

Patch subversion for apr-1.7.0

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/prog/subversion.xml

    r801c872 rf004db1  
    7676        <para>
    7777          Estimated build time: &subversion-time;
     78        </para>
     79      </listitem>
     80    </itemizedlist>
     81
     82    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     83    <itemizedlist spacing="compact">
     84      <listitem>
     85        <para>
     86          Required patch for building with <xref linkend="apr"/>:
     87          <ulink url="&patch-root;/subversion-&subversion-version;-apr_1.7.0_fix-1.patch"/>
    7888        </para>
    7989      </listitem>
     
    150160
    151161    <para>
     162      First, apply a patch to fix building against <xref linkend="apr"/>:
     163    </para>
     164
     165<screen><userinput>patch -Np1 -i ../subversion-&subversion-version;-apr_1.7.0_fix-1.patch</userinput></screen>
     166
     167    <para>
    152168      Install <application>Subversion</application> by running the following
    153169      commands:
    154170    </para>
    155171
    156 <screen><userinput>./configure --prefix=/usr             \
     172<screen><userinput>./autogen.sh &amp;&amp;
     173
     174./configure --prefix=/usr             \
    157175            --disable-static          \
    158176            --with-apache-libexecdir  \
  • introduction/welcome/changelog.xml

    r801c872 rf004db1  
    4545      <para>April 17th, 2019</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[pierre] - Add a patch to build subversion against
     49          apr-1.7.0.</para>
     50        </listitem>
    4751        <listitem>
    4852          <para>[xry111] - Update to libpsl-0.21.0. Fixes
Note: See TracChangeset for help on using the changeset viewer.