Ignore:
Timestamp:
10/16/2021 01:00:57 PM (3 years ago)
Author:
Ken Moffat <ken@…>
Branches:
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:
c99889d9
Parents:
580ce98 (diff), 97b8038 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/gpgme.xml

    r580ce98 r0b664be0  
    106106
    107107    <para>
    108       At first, fix an issue building the package with Glibc-2.34 or later:
    109     </para>
    110 
    111 <screen><userinput>sed 's/defined(__sun.*$/1/' -i src/posix-io.c</userinput></screen>
     108      First, fix an issue building the package with Glibc-2.34 or later:
     109    </para>
     110
     111<screen><userinput remap="pre">sed 's/defined(__sun.*$/1/' -i src/posix-io.c</userinput></screen>
     112
     113    <para>
     114      Next, fix an issue building with Python 3.10 installed:
     115    </para>
     116
     117<screen><userinput remap="pre">sed -e 's/3\.9/3\.10/'   \
     118    -e '23664,+3 s/^/#/' \
     119    -i configure</userinput></screen>
    112120
    113121    <para>
Note: See TracChangeset for help on using the changeset viewer.