[git] GnuPG - branch, master, updated. gnupg-2.1.4-2-g43ea8f5

by Werner Koch cvs at cvs.gnupg.org
Fri May 15 13:21:58 CEST 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  43ea8f5d884dd108bb27d8e1610fa28802295a06 (commit)
      from  c9180ac62883b81190e41e04d6b6dfc06e0b61f6 (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 43ea8f5d884dd108bb27d8e1610fa28802295a06
Author: Werner Koch <wk at gnupg.org>
Date:   Fri May 15 13:20:52 2015 +0200

    build: Make --disable-gpgsm work.
    
    * Makefile.am: Always build kbx/
    * g10/Makefile.am (AM_CFLAGS): Include KSBA_CFLAGS.
    --
    
    Note that "make check" still prints a warning.
    
    Signed-off-by: Werner Koch <wk at gnupg.org>

diff --git a/Makefile.am b/Makefile.am
index 57529b6..0613545 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -47,13 +47,6 @@ EXTRA_DIST = build-aux/config.rpath build-aux/potomo autogen.sh autogen.rc \
 
 DISTCLEANFILES = g10defs.h
 
-if BUILD_GPGSM
-kbx = kbx
-else
-kbx =
-endif
-
-
 if BUILD_GPG
 gpg = g10
 else
@@ -101,7 +94,7 @@ else
 tests =
 endif
 
-SUBDIRS = m4 common ${kbx} \
+SUBDIRS = m4 common kbx \
           ${gpg} ${sm} ${agent} ${scd} ${g13} ${dirmngr} \
           ${tools} po ${doc} ${tests}
 
diff --git a/NEWS b/NEWS
index 4286792..b59be51 100644
--- a/NEWS
+++ b/NEWS
@@ -5,13 +5,13 @@ Noteworthy changes in version 2.1.5 (unreleased)
 Noteworthy changes in version 2.1.4 (2015-05-12)
 ------------------------------------------------
 
- * gpg: Add command --quick-adduid to non-interacitivly add a new user
+ * gpg: Add command --quick-adduid to non-interactively add a new user
    id to an existing key.
 
  * gpg: Do no enable honor-keyserver-url by default.  Make it work if
    enabled.
 
- * gpg: Display the serial number in the --card-staus output again.
+ * gpg: Display the serial number in the --card-status output again.
 
  * agent: Support for external password managers.
    Add option --no-allow-external-cache.
diff --git a/g10/Makefile.am b/g10/Makefile.am
index ca99314..ea4afc8 100644
--- a/g10/Makefile.am
+++ b/g10/Makefile.am
@@ -25,7 +25,10 @@ AM_CPPFLAGS = -I$(top_srcdir)/common
 
 include $(top_srcdir)/am/cmacros.am
 
-AM_CFLAGS = $(LIBGCRYPT_CFLAGS) $(LIBASSUAN_CFLAGS) $(GPG_ERROR_CFLAGS)
+# We need KSBA_CFLAGS because that is included by keybox.h.  See also
+# comments below for libksba.
+AM_CFLAGS = $(LIBGCRYPT_CFLAGS) $(KSBA_CFLAGS) \
+            $(LIBASSUAN_CFLAGS) $(GPG_ERROR_CFLAGS)
 
 needed_libs = ../kbx/libkeybox.a $(libcommon)
 

-----------------------------------------------------------------------

Summary of changes:
 Makefile.am     | 9 +--------
 NEWS            | 4 ++--
 g10/Makefile.am | 5 ++++-
 3 files changed, 7 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
The GNU Privacy Guard
http://git.gnupg.org




More information about the Gnupg-commits mailing list