[git] GnuPG - branch, STABLE-BRANCH-1-4, updated. gnupg-1.4.13-5-g1edc1b3

by David Shaw cvs at cvs.gnupg.org
Wed Jan 30 02:39:02 CET 2013


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, STABLE-BRANCH-1-4 has been updated
       via  1edc1b3751496885b236f5ab1194ad667c96b174 (commit)
      from  b4d4acf491105687c98178b6f4efed2ca9bdc98f (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 1edc1b3751496885b236f5ab1194ad667c96b174
Author: David Shaw <dshaw at jabberwocky.com>
Date:   Tue Jan 29 20:31:01 2013 -0500

    Fix DNS check for recent OS X releases
    
    * configure.ac: OS X now needs BIND_8_COMPAT and -lresolv

diff --git a/configure.ac b/configure.ac
index 87bd18f..bbf6e65 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 # configure.ac script for GnuPG
 # Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
-#               2008, 2009, 2010, 2012 Free Software Foundation, Inc.
+#               2008, 2009, 2010, 2012, 2013 Free Software Foundation, Inc.
 #
 # This file is part of GnuPG.
 #
@@ -722,7 +722,8 @@ if test x"$use_dns_pka" = xyes || test x"$use_dns_srv" = xyes || test x"$use_dns
     # define in bind 8 for some reason.
 
     if test x"$have_resolver" != xyes ; then
-       AC_MSG_CHECKING([whether I can make the resolver usable with BIND_8_COMPAT])
+       AC_MSG_CHECKING([whether I can make the resolver usable with BIND_8_COMPAT and libresolv])
+       LIBS="$LIBS -lresolv"
        AC_LINK_IFELSE([AC_LANG_PROGRAM([[#define BIND_8_COMPAT
 #include <sys/types.h>
 #include <netinet/in.h>

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

Summary of changes:
 configure.ac |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


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




More information about the Gnupg-commits mailing list