Ignore:
Timestamp:
05/01/2021 07:03:14 PM (2 years ago)
Author:
Tim Tassonis <stuff@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, 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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.