as noted in geany/geany-plugins#1593, gpgrt-config is ignoring flags that pkg-config uses to ensure sysroot is correctly set during a crosscompile.
The entire gpgrt-config appears to be a helper that can be provided by pkg-config, so remove the build gpgme.m4 helper, and have geanypg just use normal pkg-config for dependency checks. You can view, comment on, or merge this pull request online at: https://github.com/geany/geany-plugins/pull/1595 -- Commit Summary -- * GeanyPG update dependencies to use pkg-config for gpgme -- File Changes -- M Makefile.am (2) D build/bundled/gpgme.m4 (413) M build/geanypg.m4 (23) M geanypg/src/Makefile.am (4) -- Patch Links -- https://github.com/geany/geany-plugins/pull/1595.patch https://github.com/geany/geany-plugins/pull/1595.diff -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1595 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany-plugins/pull/[email protected]>
