[git] NTBTLS - branch, master, updated. ntbtls-0.1.1-2-g455fbea
by Andre Heinecke
cvs at cvs.gnupg.org
Fri Mar 17 16:24:35 CET 2017
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 "Not Too Bad TLS".
The branch, master has been updated
via 455fbea598c528c17f6a961dbe52414fc845c0d9 (commit)
from 06bb9a836981e48c2e6939fb21480d97253a4588 (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 455fbea598c528c17f6a961dbe52414fc845c0d9
Author: Andre Heinecke <aheinecke at intevation.de>
Date: Fri Mar 17 16:21:34 2017 +0100
Include KSBA includedir while compiling
* src/Makefile.am (AM_CFLAGS): Include libksba
--
This fixes the build if libksba's prefix differs from gpg-error's.
Signed-off-by: Andre Heinecke <aheinecke at intevation.de>
diff --git a/src/Makefile.am b/src/Makefile.am
index 23100d0..8e8b63d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -29,7 +29,7 @@ m4datadir = $(datadir)/aclocal
m4data_DATA = ntbtls.m4
AM_CPPFLAGS =
-AM_CFLAGS = $(GPG_ERROR_CFLAGS)
+AM_CFLAGS = $(GPG_ERROR_CFLAGS) $(KSBA_CFLAGS)
if HAVE_LD_VERSION_SCRIPT
libntbtls_version_script_cmd = -Wl,--version-script=$(srcdir)/libntbtls.vers
-----------------------------------------------------------------------
Summary of changes:
src/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
Not Too Bad TLS
http://git.gnupg.org
More information about the Gnupg-commits
mailing list