Page MenuHome GnuPG

992_0001-build-export-pkg-config-file.patch
AbandonedPublic

Authored by marcus on Mar 30 2017, 2:35 PM.

Details

Reviewers
feaneron
Summary

From bac42dcaf55e92b60dd8d5caada475ef4d933694 Mon Sep 17 00:00:00 2001
From: Georges Basile Stavracas Neto <georges.stavracas@gmail.com>
Date: Thu, 30 Mar 2017 09:31:45 -0300
Subject: [PATCH] build: export pkg-config file

Users that rely on pkg-config can't use GPGME right
now, for it doesn't export the necessary gpgme-pthread.pc
file.

This is an issue, for example, when trying to build
Flatpak from Git.

Fix that by exporting the gpgme-pthread.pc file that

is generated at build time.

Makefile.am | 4 ++++
configure.ac | 3 ++-
gpgme-pthread.pc.in | 9 +++++++++
3 files changed, 15 insertions(+), 1 deletion(-)
create mode 100644 gpgme-pthread.pc.in

2.12.0

Test Plan

Diff Detail

Lint
Lint Skipped
Unit
Unit Tests Skipped