gpgme: workaround incompatiblity with glibc-2.34

This commit is contained in:
Xi Ruoyao 2021-08-06 11:32:37 +08:00
parent bb1d22e241
commit 32089e1421
No known key found for this signature in database
GPG Key ID: D95E4716CCBB34DC

View File

@ -104,6 +104,12 @@ so do not advertise python2
<sect2 role="installation">
<title>Installation of GPGME</title>
<para>
At first, fix an issue building the package with Glibc-2.34 or later:
</para>
<screen><userinput>sed 's/defined(__sun.*$/1/' -i src/posix-io.c</userinput></screen>
<para>
Install <application>GPGME</application> by running the following
commands: