Changeset a168f375


Ignore:
Timestamp:
02/10/2022 01:45:01 AM (2 years ago)
Author:
Xi Ruoyao <xry111@…>
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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
83996dc
Parents:
ac451b9
Message:

libarchive: resurrect the sed for OpenSSL 3

It's still needed to prevent a segfault running testsuite.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libarchive.xml

    rac451b9 ra168f375  
    106106<screen><userinput remap="pre">patch -Np1 -i ../libarchive-&libarchive-version;-testsuite_fix-1.patch</userinput></screen>
    107107-->
    108 <!--
     108
    109109    <para>
    110110      First, fix a bug caused by a behavior change in OpenSSL-3:
     
    113113<screen><userinput remap="pre">sed -i '436a if ((OSSL_PROVIDER_load(NULL, "legacy")) == NULL) \
    114114      return (ARCHIVE_FAILED);' libarchive/archive_digest.c</userinput></screen>
    115 -->
     115
    116116    <para>
    117117      Install <application>libarchive</application> by running the following
Note: See TracChangeset for help on using the changeset viewer.