blob: 7af1955d520f6d905a21dac985b24d374dbda6be [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001Upstream-Status: Pending
2Signed-off-by: Saul Wold <sgw@linux.intel.com>
3Index: gnupg-2.1.0/dirmngr/Makefile.am
4===================================================================
5--- gnupg-2.1.0.orig/dirmngr/Makefile.am
6+++ gnupg-2.1.0/dirmngr/Makefile.am
7@@ -78,7 +78,8 @@ endif
8 dirmngr_LDADD = $(libcommontlsnpth) $(libcommonpth) \
9 $(DNSLIBS) $(LIBASSUAN_LIBS) \
10 $(LIBGCRYPT_LIBS) $(KSBA_LIBS) $(NPTH_LIBS) \
11- $(NTBTLS_LIBS) $(LIBGNUTLS_LIBS) $(LIBINTL) $(LIBICONV)
12+ $(NTBTLS_LIBS) $(LIBGNUTLS_LIBS) $(LIBINTL) $(LIBICONV) \
13+ $(GPG_ERROR_LIBS)
14 if USE_LDAP
15 dirmngr_LDADD += $(ldaplibs)
16 endif