[Pkg-gnupg-commit] [gnupg2] 88/205: dirmngr: Add more missing CFLAGS.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Wed May 11 08:38:21 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch experimental
in repository gnupg2.

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>
---
 dirmngr/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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)
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git



More information about the Pkg-gnupg-commit mailing list