[git] GnuPG - branch, master, updated. gnupg-2.1.1-37-g091c35e
by Werner Koch
cvs at cvs.gnupg.org
Wed Jan 21 15:54:24 CET 2015
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU Privacy Guard".
The branch, master has been updated
via 091c35ec726a4fa4691c2665b13adee6a34b5b66 (commit)
from 4d7c9b0e9aceedd924d600978bc1b6cae7d5c456 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 091c35ec726a4fa4691c2665b13adee6a34b5b66
Author: Werner Koch <wk at gnupg.org>
Date: Wed Jan 21 15:54:06 2015 +0100
dirmngr: Fix TLS build problems.
* dirmngr/Makefile.am (AM_CFLAGS): Add flags for TLS libs.
--
This should fix
GnuPG-bug-id: 1813.
diff --git a/dirmngr/Makefile.am b/dirmngr/Makefile.am
index eaa02a5..2d8d336 100644
--- a/dirmngr/Makefile.am
+++ b/dirmngr/Makefile.am
@@ -31,8 +31,10 @@ AM_CPPFLAGS = -I$(top_srcdir)/gl -I$(top_srcdir)/intl -I$(top_srcdir)/common
include $(top_srcdir)/am/cmacros.am
-AM_CFLAGS = $(LIBGCRYPT_CFLAGS) $(KSBA_CFLAGS) \
- $(LIBASSUAN_CFLAGS) $(GPG_ERROR_CFLAGS) $(NPTH_CFLAGS)
+AM_CFLAGS = $(LIBGCRYPT_CFLAGS) $(KSBA_CFLAGS) $(LIBASSUAN_CFLAGS) \
+ $(GPG_ERROR_CFLAGS) $(NPTH_CFLAGS) $(NTBTLS_CFLAGS) \
+ $(LIBGNUTLS_CFLAGS)
+
BUILT_SOURCES = no-libgcrypt.c
-----------------------------------------------------------------------
Summary of changes:
dirmngr/Makefile.am | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
hooks/post-receive
--
The GNU Privacy Guard
http://git.gnupg.org
More information about the Gnupg-commits
mailing list