[git] GnuPG - branch, master, updated. gnupg-2.1.11-88-g9f0ba50

by Justus Winter cvs at cvs.gnupg.org
Thu Mar 3 13:53:09 CET 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  9f0ba5089e664447c36cee3d9249f95e4ea39957 (commit)
      from  a883d4c0f8125e809c144ec69e76c9f522102d8f (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 9f0ba5089e664447c36cee3d9249f95e4ea39957
Author: Justus Winter <justus at g10code.com>
Date:   Thu Mar 3 13:47:42 2016 +0100

    dirmngr: Add more missing CFLAGS.
    
    * dirmngr/Makefile.am (t_ldap_parse_uri_CFLAGS): Add
    'GCRYPT_CFLAGS'.
    (t_dns_stuff_CFLAGS): Likewise.
    
    GnuPG-bug-id: 2235
    Signed-off-by: Justus Winter <justus at g10code.com>

diff --git a/dirmngr/Makefile.am b/dirmngr/Makefile.am
index 1e32990..cbc0090 100644
--- a/dirmngr/Makefile.am
+++ b/dirmngr/Makefile.am
@@ -141,11 +141,11 @@ t_ldap_parse_uri_SOURCES = \
         http.c dns-stuff.c \
         $(ldap_url) $(t_common_src)
 t_ldap_parse_uri_CFLAGS = -DWITHOUT_NPTH=1 \
-			  $(GPG_ERROR_CFLAGS)
+			  $(LIBGCRYPT_CFLAGS) $(GPG_ERROR_CFLAGS)
 t_ldap_parse_uri_LDADD = $(ldaplibs) $(t_common_ldadd) $(DNSLIBS)
 
 t_dns_stuff_CFLAGS = -DWITHOUT_NPTH=1 \
-		     $(GPG_ERROR_CFLAGS)
+		     $(LIBGCRYPT_CFLAGS) $(GPG_ERROR_CFLAGS)
 t_dns_stuff_SOURCES = t-dns-stuff.c dns-stuff.c
 t_dns_stuff_LDADD   = $(t_common_ldadd) $(DNSLIBS)
 

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

Summary of changes:
 dirmngr/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


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




More information about the Gnupg-commits mailing list