Changeset 9a06e3e


Ignore:
Timestamp:
04/20/2022 07:08:02 AM (2 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
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/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
7a9a7b26
Parents:
f5c056e
Message:

libarchive: drop unneeded sed

The test failure with OpenSSL 3 is fixed by upstream:
https://github.com/libarchive/libarchive/pull/1717

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libarchive.xml

    rf5c056e r9a06e3e  
    106106<screen><userinput remap="pre">patch -Np1 -i ../libarchive-&libarchive-version;-testsuite_fix-1.patch</userinput></screen>
    107107-->
    108 
    109     <para>
    110       First, fix a bug caused by a behavior change in OpenSSL-3:
    111     </para>
    112 
    113 <screen><userinput remap="pre">sed -i '435a if ((OSSL_PROVIDER_load(NULL, "legacy")) == NULL) \
    114       return (ARCHIVE_FAILED);' libarchive/archive_digest.c</userinput></screen>
    115108
    116109    <para>
Note: See TracChangeset for help on using the changeset viewer.