Changeset f004db1 for general


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, 9.0, 9.1, 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/intltool, xry111/llvm18, xry111/soup3, 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

File:
1 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  \
Note: See TracChangeset for help on using the changeset viewer.