[git] Pinentry - branch, master, updated. pinentry-0.9.7-22-g2227f67

by Ben Kibbey cvs at cvs.gnupg.org
Thu Aug 4 12:58:43 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 standard pinentry collection".

The branch, master has been updated
       via  2227f67af53f38d3d7f97760f2553d2c9ed05969 (commit)
      from  2f1f1f06c1885d2f5a30ea734359613609be0743 (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 2227f67af53f38d3d7f97760f2553d2c9ed05969
Author: Ben Kibbey <bjk at luxsci.net>
Date:   Mon Aug 1 21:25:32 2016 -0400

    Fix ncurses build.
    
    * pinentry/Makefile.am: Add NCURSES_CFLAGS.
    
    Signed-off-by: Ben Kibbey <bjk at luxsci.net>

diff --git a/pinentry/Makefile.am b/pinentry/Makefile.am
index be99822..a99f12e 100644
--- a/pinentry/Makefile.am
+++ b/pinentry/Makefile.am
@@ -41,3 +41,4 @@ AM_CPPFLAGS = $(COMMON_CFLAGS) -I$(top_srcdir)/secmem
 libpinentry_a_SOURCES = pinentry.h pinentry.c argparse.c argparse.h \
 	password-cache.h password-cache.c $(pinentry_emacs_sources)
 libpinentry_curses_a_SOURCES = pinentry-curses.h pinentry-curses.c
+libpinentry_curses_a_CFLAGS = @NCURSES_CFLAGS@

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

Summary of changes:
 pinentry/Makefile.am | 1 +
 1 file changed, 1 insertion(+)


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




More information about the Gnupg-commits mailing list