Changeset 367cbd0


Ignore:
Timestamp:
10/28/2022 08:20:07 AM (18 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
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/xf86-video-removal
Children:
b3285de
Parents:
0c73c5b6
Message:

gpgme: add patch for using latest libgpg-error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/gpgme.xml

    r0c73c5b6 r367cbd0  
    7272        <para>
    7373          Estimated build time: &gpgme-time;
     74        </para>
     75      </listitem>
     76    </itemizedlist>
     77
     78    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     79    <itemizedlist spacing="compact">
     80      <listitem>
     81        <para>
     82          Recommended patch (required if SWIG is installed):
     83          <ulink url="&patch-root;/gpgme-&gpgme-version;-gpg_error_1_46-1.patch"/>
    7484        </para>
    7585      </listitem>
     
    112122    -e 's/:3/:4/'                        \
    113123    -i configure</userinput></screen>
     124
     125    <para>
     126      Apply a patch to fix build failure with SWIG and libgpg-error-1.46
     127      or later:
     128    </para>
     129
     130<screen><userinput remap="pre">patch -Np1 -i ../gpgme-&gpgme-version;-gpg_error_1_46-1.patch</userinput></screen>
    114131
    115132    <para>
Note: See TracChangeset for help on using the changeset viewer.