blob: 607a09f1886a9b5157293a23634358d3ae76d8ef [file] [log] [blame]
Andrew Geisslerc9f78652020-09-18 14:11:35 -05001From 9a901dbb1c48685f2db6d7b55916c9484e871f16 Mon Sep 17 00:00:00 2001
Brad Bishopd7bf8c12018-02-25 22:55:05 -05002From: Saul Wold <sgw@linux.intel.com>
3Date: Wed, 16 Aug 2017 11:18:01 +0800
Andrew Geisslerc9f78652020-09-18 14:11:35 -05004Subject: [PATCH] dirmngr uses libgpg error
Brad Bishopd7bf8c12018-02-25 22:55:05 -05005
6Upstream-Status: Pending
7Signed-off-by: Saul Wold <sgw@linux.intel.com>
8
9Rebase to 2.1.23
10
11Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Andrew Geisslerc9f78652020-09-18 14:11:35 -050012
Brad Bishopd7bf8c12018-02-25 22:55:05 -050013---
14 dirmngr/Makefile.am | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17diff --git a/dirmngr/Makefile.am b/dirmngr/Makefile.am
Andrew Geisslerc9f78652020-09-18 14:11:35 -050018index 208a813..292c036 100644
Brad Bishopd7bf8c12018-02-25 22:55:05 -050019--- a/dirmngr/Makefile.am
20+++ b/dirmngr/Makefile.am
Andrew Geisslerc9f78652020-09-18 14:11:35 -050021@@ -90,7 +90,8 @@ endif
Brad Bishopd7bf8c12018-02-25 22:55:05 -050022 dirmngr_LDADD = $(libcommonpth) \
23 $(DNSLIBS) $(LIBASSUAN_LIBS) \
24 $(LIBGCRYPT_LIBS) $(KSBA_LIBS) $(NPTH_LIBS) \
Andrew Geisslerc9f78652020-09-18 14:11:35 -050025- $(NTBTLS_LIBS) $(LIBGNUTLS_LIBS) $(LIBINTL) $(LIBICONV) $(NETLIBS)
26+ $(NTBTLS_LIBS) $(LIBGNUTLS_LIBS) $(LIBINTL) $(LIBICONV) $(NETLIBS) \
Brad Bishopd7bf8c12018-02-25 22:55:05 -050027+ $(GPG_ERROR_LIBS)
28 if USE_LDAP
29 dirmngr_LDADD += $(ldaplibs)
30 endif