From: Rene Engelhard Date: Wed, 24 Aug 2022 07:55:33 +0000 (+0200) Subject: [PATCH] Make configure work with gpgme >= 1.18 X-Git-Tag: archive/raspbian/1%7.4.1_rc1-3+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6a860cf32b3130adbf5db48a9d9e74a1eb9f2a1f;p=libreoffice.git [PATCH] Make configure work with gpgme >= 1.18 Sam James wrote: > gpgme-1.18.0 dropped a bunch of internal symbols, > including progress_callback (see e.g. callbacks.h > which has a comment at the top saying it's internal). Plausibly the workaround to not link against older KDE-specific distro packages is not needed anymore. Check for main as a workaround as we do for other C++ libraries, too. Change-Id: I57065a5b5b23b9eadb73b01e4f3a289552c3bde4 Gbp-Pq: Name Make-configure-work-with-gpgme-1.18.patch --- diff --git a/configure.ac b/configure.ac index 5e141636e3e..1c67982c6f4 100644 Binary files a/configure.ac and b/configure.ac differ