From 9ace8f1b68ab708c44dce4c0152b975fbceb0398 Mon Sep 17 00:00:00 2001
|
From: Saul Wold <sgw@linux.intel.com>
|
Date: Wed, 16 Aug 2017 11:18:01 +0800
|
Subject: [PATCH] dirmngr uses libgpg error
|
|
Upstream-Status: Pending
|
Signed-off-by: Saul Wold <sgw@linux.intel.com>
|
|
Rebase to 2.1.23
|
|
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
|
|
---
|
dirmngr/Makefile.am | 2 +-
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
diff --git a/dirmngr/Makefile.am b/dirmngr/Makefile.am
|
index 77ca3f5..1446775 100644
|
--- a/dirmngr/Makefile.am
|
+++ b/dirmngr/Makefile.am
|
@@ -86,7 +86,7 @@ endif
|
dirmngr_LDADD = $(libcommonpth) \
|
$(DNSLIBS) $(LIBASSUAN_LIBS) \
|
$(LIBGCRYPT_LIBS) $(KSBA_LIBS) $(NPTH_LIBS) \
|
- $(NTBTLS_LIBS) $(LIBGNUTLS_LIBS) $(LIBINTL) $(LIBICONV) $(NETLIBS)
|
+ $(NTBTLS_LIBS) $(LIBGNUTLS_LIBS) $(LIBINTL) $(LIBICONV) $(NETLIBS) $(GPG_ERROR_LIBS)
|
if USE_LDAP
|
dirmngr_LDADD += $(ldaplibs)
|
endif
|