Changeset 20e9b21


Ignore:
Timestamp:
05/31/2021 11:00:49 PM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
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:
0d4a7b68, b1c3841
Parents:
b278caaf
Message:

libevent: Fix an issue with event_rpcgen.py

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rb278caaf r20e9b21  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[renodr] - Fix an issue when building libevent without a
     49          /usr/bin/python symlink.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[bdubbs] - Update to nss-3.66. Fixes
    4953          <ulink url="&blfs-ticket-root;15095">#15095</ulink>.</para>
  • networking/netlibs/libevent.xml

    rb278caaf r20e9b21  
    9696  <sect2 role="installation">
    9797    <title>Installation of libevent</title>
     98
     99    <para>
     100      First, fix an issue that prevents rpcgen_event.py from working:
     101    </para>
     102
     103<screen><userinput remap="pre">sed -i 's/python/&amp;3/' event_rpcgen.py</userinput></screen>
    98104
    99105    <para>
Note: See TracChangeset for help on using the changeset viewer.