[git] Pinentry - branch, master, updated. pinentry-0.9.4-10-g266f1c9

by Neal H. Walfield cvs at cvs.gnupg.org
Tue Jun 23 20:59:24 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 standard pinentry collection".

The branch, master has been updated
       via  266f1c9e3542627b1cbd191141af4e6f76f706fe (commit)
      from  6ce1d0c0d4106c359eee65d7cf27d522d3f8b72a (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 266f1c9e3542627b1cbd191141af4e6f76f706fe
Author: Neal H. Walfield <neal at gnu.org>
Date:   Tue Jun 23 20:59:19 2015 +0200

    emacs: Don't link against ../assuan/libassuan.a.
    
    * emacs/Makefile.am (LDADD): Don't link against ../assuan/libassuan.a.
    We now use the system libassuan.

diff --git a/emacs/Makefile.am b/emacs/Makefile.am
index e2102bc..ca0a4dc 100644
--- a/emacs/Makefile.am
+++ b/emacs/Makefile.am
@@ -22,8 +22,7 @@
 bin_PROGRAMS = pinentry-emacs
 
 AM_CPPFLAGS = $(COMMON_CFLAGS) $(NEMACS_INCLUDE) -I$(top_srcdir)/pinentry
-LDADD = ../pinentry/libpinentry.a \
-	../assuan/libassuan.a ../secmem/libsecmem.a \
+LDADD = ../pinentry/libpinentry.a ../secmem/libsecmem.a \
 	$(COMMON_LIBS) $(LIBCAP) $(LIBEMACS) $(LIBICONV)
 
 pinentry_emacs_SOURCES = pinentry-emacs.c

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

Summary of changes:
 emacs/Makefile.am | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)


hooks/post-receive
-- 
The standard pinentry collection
http://git.gnupg.org




More information about the Gnupg-commits mailing list