Changeset 4fd61738


Ignore:
Timestamp:
05/01/2021 07:03:14 PM (3 years ago)
Author:
Tim Tassonis <stuff@…>
Branches:
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:
f21106a
Parents:
0f870c5
Message:

Add a sed to cups-filters to allow building with openldap 2.5.4.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r0f870c5 r4fd61738  
    4444     <para>May 1st, 2021</para>
    4545     <itemizedlist>
     46       <listitem>
     47         <para>[timtas] - Add a sed to cups-filters to allow building with openldap 2.5.4. Fixes
     48         <ulink url="&blfs-ticket-root;14978">#14978</ulink>.</para>
     49       </listitem>
    4650       <listitem>
    4751         <para>[renodr] - Update to opencv-4.5.2. Fixes
  • pst/printing/cups-filters.xml

    r0f870c5 r4fd61738  
    133133    </para>
    134134
    135 <screen><userinput>./configure --prefix=/usr        \
     135<screen><userinput>sed -i 's/ldap_connect/ldap_connect_loc/g' utils/cups-browsed.c &amp;&amp;
     136./configure --prefix=/usr        \
    136137            --sysconfdir=/etc    \
    137138            --localstatedir=/var \
     
    185186    </para>
    186187    Poppler-0.72.0, cups-filters-1.21.5 - no longer needed.-->
     188
     189    <para>
     190      <command>sed ... utils/cups-browsed.c</command>: This sed fixes building against openldap 2.5.4.
     191    </para>
    187192
    188193    <para>
Note: See TracChangeset for help on using the changeset viewer.