[git] GnuPG - branch, master, updated. gnupg-2.1.15-166-g836b723

by NIIBE Yutaka cvs at cvs.gnupg.org
Tue Sep 27 07:24:30 CEST 2016


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  836b72363168cbb0051fc2356f61788468db211c (commit)
      from  98bc6f480ac973dccce90378dc021a2e24e58704 (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 836b72363168cbb0051fc2356f61788468db211c
Author: NIIBE Yutaka <gniibe at fsij.org>
Date:   Tue Sep 27 14:21:08 2016 +0900

    dirmngr: Removal of no-libgcrypt.o.
    
    * dirmngr/Makefile.am (dirmngr_ldap_LDADD): Remove no-libgcrypt.o.
    
    --
    
    Thanks to Rainer Perske who located the issue.
    
    GnuPG-bug-id: 2698
    Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>
    
    This is a fix for the commit: 49829c29e541546084950b8a153067db371d101a

diff --git a/dirmngr/Makefile.am b/dirmngr/Makefile.am
index b7bc21d..5a2fd36 100644
--- a/dirmngr/Makefile.am
+++ b/dirmngr/Makefile.am
@@ -40,10 +40,6 @@ AM_CFLAGS = $(LIBGCRYPT_CFLAGS) $(KSBA_CFLAGS) $(LIBASSUAN_CFLAGS)	\
             $(LIBGNUTLS_CFLAGS)
 
 
-BUILT_SOURCES = no-libgcrypt.c
-
-CLEANFILES = no-libgcrypt.c
-
 if HAVE_W32_SYSTEM
 ldap_url = ldap-url.h ldap-url.c
 else
@@ -93,7 +89,7 @@ if USE_LDAPWRAPPER
 dirmngr_ldap_SOURCES = dirmngr_ldap.c $(ldap_url)
 dirmngr_ldap_CFLAGS = $(GPG_ERROR_CFLAGS) $(LIBGCRYPT_CFLAGS)
 dirmngr_ldap_LDFLAGS =
-dirmngr_ldap_LDADD = $(libcommon) no-libgcrypt.o \
+dirmngr_ldap_LDADD = $(libcommon) \
 		     $(GPG_ERROR_LIBS) $(LIBGCRYPT_LIBS) $(LDAPLIBS) \
 		     $(LBER_LIBS) $(LIBINTL) $(LIBICONV) $(NETLIBS)
 endif
@@ -104,9 +100,6 @@ dirmngr_client_LDADD = $(libcommon) \
                        $(LIBGCRYPT_LIBS) $(NETLIBS) $(LIBINTL) $(LIBICONV)
 dirmngr_client_LDFLAGS = $(extra_bin_ldflags)
 
-no-libgcrypt.c : $(top_srcdir)/tools/no-libgcrypt.c
-	cat $(top_srcdir)/tools/no-libgcrypt.c > no-libgcrypt.c
-
 
 t_common_src = t-support.h
 t_common_ldadd = $(libcommon) $(LIBASSUAN_LIBS) $(LIBGCRYPT_LIBS) \

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

Summary of changes:
 dirmngr/Makefile.am | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)


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




More information about the Gnupg-commits mailing list