Changeset 54c5c16


Ignore:
Timestamp:
08/14/2020 02:19:17 AM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
217aac7d
Parents:
eed90c8
Message:

Fix an error in the openldap patch that I rediffed that caused programs linked to OpenLDAP's libraries to fail to execute.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • server/other/openldap.xml

    reed90c8 r54c5c16  
    7676        <para>
    7777          Required patch:
    78           <ulink url="&patch-root;/openldap-&openldap-version;-consolidated-1.patch"/>
     78          <ulink url="&patch-root;/openldap-&openldap-version;-consolidated-2.patch"/>
    7979        </para>
    8080      </listitem>
     
    116116      </para>
    117117
    118 <screen role="nodump"><userinput>patch -Np1 -i ../openldap-&openldap-version;-consolidated-1.patch &amp;&amp;
     118<screen role="nodump"><userinput>patch -Np1 -i ../openldap-&openldap-version;-consolidated-2.patch &amp;&amp;
    119119autoconf &amp;&amp;
    120120
     
    170170    </para>
    171171
    172 <screen><userinput>patch -Np1 -i ../openldap-&openldap-version;-consolidated-1.patch &amp;&amp;
     172<screen><userinput>patch -Np1 -i ../openldap-&openldap-version;-consolidated-2.patch &amp;&amp;
    173173autoconf &amp;&amp;
    174174
  • xsoft/office/abiword.xml

    reed90c8 r54c5c16  
    115115    <para role="required">
    116116      <xref linkend="boost"/>,
     117      <xref linkend="curl"/>,
    117118      <xref linkend="fribidi"/>,
    118119      <xref linkend="goffice010"/>, and
Note: See TracChangeset for help on using the changeset viewer.