summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Fiskerstrand <k_f@gentoo.org>2015-12-19 11:32:08 +0100
committerKristian Fiskerstrand <k_f@gentoo.org>2015-12-19 11:32:32 +0100
commit0e03adc0a22f6e026474ed7bb252b630dbb20716 (patch)
tree70dccae28d0dca0f5f3390d0957b7c0f8d2f864d /app-crypt/gnupg/files
parentx11-apps/xinput_calibrator: Fix building with latest glibmm/libsigc++ (#566594) (diff)
downloadgentoo-0e03adc0a22f6e026474ed7bb252b630dbb20716.tar.gz
gentoo-0e03adc0a22f6e026474ed7bb252b630dbb20716.tar.bz2
gentoo-0e03adc0a22f6e026474ed7bb252b630dbb20716.zip
app-crypt/gnupg-2.1.10-r1: Fix hkps support when TOFU is not enabled
Bug: 567822 Package-Manager: portage-2.2.20.1
Diffstat (limited to 'app-crypt/gnupg/files')
-rw-r--r--app-crypt/gnupg/files/gnupg-2.1.10-pkg-config.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/app-crypt/gnupg/files/gnupg-2.1.10-pkg-config.patch b/app-crypt/gnupg/files/gnupg-2.1.10-pkg-config.patch
new file mode 100644
index 000000000000..3526c317e03e
--- /dev/null
+++ b/app-crypt/gnupg/files/gnupg-2.1.10-pkg-config.patch
@@ -0,0 +1,24 @@
+X-Git-Url: http://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=blobdiff_plain;f=configure.ac;h=77487b23c36599b4a41272608d2c3569cfce655b;hp=5a75e5080e5f9649e6c100224f8f428884a5e49c;hb=af142854a73567836a0ca44ad62900469c23d531;hpb=06436882c31ed6339b2bef2b59d24a1a8ba751fd
+
+diff --git a/configure.ac b/configure.ac
+index 5a75e50..77487b2 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -589,6 +589,7 @@ AC_ISC_POSIX
+ AC_SYS_LARGEFILE
+ GNUPG_CHECK_USTAR
+
++
+ # We need to compile and run a program on the build machine. A
+ # comment in libgpg-error says that the AC_PROG_CC_FOR_BUILD macro in
+ # the AC archive is broken for autoconf 2.57. Given that there is no
+@@ -604,6 +605,9 @@ fi
+ AC_MSG_RESULT($CC_FOR_BUILD)
+ AC_ARG_VAR(CC_FOR_BUILD,[build system C compiler])
+
++# We need to call this macro because other pkg-config macros are
++# not always used.
++PKG_PROG_PKG_CONFIG
+
+
+ try_gettext=yes