blob: b4106d362059252a4ad2252f24913361eeb40659 [file] [log] [blame]
William A. Kennington IIIac69b482021-06-02 12:28:27 -07001From 9ace8f1b68ab708c44dce4c0152b975fbceb0398 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---
William A. Kennington IIIac69b482021-06-02 12:28:27 -070014 dirmngr/Makefile.am | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
Brad Bishopd7bf8c12018-02-25 22:55:05 -050016
17diff --git a/dirmngr/Makefile.am b/dirmngr/Makefile.am
William A. Kennington IIIac69b482021-06-02 12:28:27 -070018index 77ca3f5..1446775 100644
Brad Bishopd7bf8c12018-02-25 22:55:05 -050019--- a/dirmngr/Makefile.am
20+++ b/dirmngr/Makefile.am
William A. Kennington IIIac69b482021-06-02 12:28:27 -070021@@ -86,7 +86,7 @@ endif
22 dirmngr_LDADD = $(libcommonpth) \
Brad Bishopd7bf8c12018-02-25 22:55:05 -050023 $(DNSLIBS) $(LIBASSUAN_LIBS) \
24 $(LIBGCRYPT_LIBS) $(KSBA_LIBS) $(NPTH_LIBS) \
William A. Kennington IIIac69b482021-06-02 12:28:27 -070025- $(NTBTLS_LIBS) $(LIBGNUTLS_LIBS) $(LIBINTL) $(LIBICONV) $(NETLIBS)
26+ $(NTBTLS_LIBS) $(LIBGNUTLS_LIBS) $(LIBINTL) $(LIBICONV) $(NETLIBS) $(GPG_ERROR_LIBS)
Brad Bishopd7bf8c12018-02-25 22:55:05 -050027 if USE_LDAP
28 dirmngr_LDADD += $(ldaplibs)
William A. Kennington IIIac69b482021-06-02 12:28:27 -070029 endif