fixup! libreoffice*: hack-fix build after gpgme update

This commit is contained in:
Vladimír Čunát 2022-08-18 17:42:24 +02:00
parent 6b4195366a
commit 9233d46171
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -0,0 +1,10 @@
The way this check mixes C and C++ started to cause issues since gpgme 1.18.0
But we can confidently skip the function check anyway.
--- a/configure.ac
+++ b/configure.ac
@@ -12302,4 +12302 @@
- # progress_callback is the only func with plain C linkage
- # checking for it also filters out older, KDE-dependent libgpgmepp versions
- AC_CHECK_LIB(gpgmepp, progress_callback, [ GPGMEPP_LIBS=-lgpgmepp ],
- [AC_MSG_ERROR(gpgmepp not found or not functional)], [])
+ GPGMEPP_LIBS=-lgpgmepp