[git] GnuPG - branch, master, updated. gnupg-2.1.0beta3-100-g66331e1

by Ben Kibbey cvs at cvs.gnupg.org
Mon Nov 26 16:06:28 CET 2012


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  66331e138ec17e176cc3f45bb095820866d5358c (commit)
      from  835698b72bc509565aad52b0753f1c56c1a8f062 (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 66331e138ec17e176cc3f45bb095820866d5358c
Author: Ben Kibbey <bjk at luxsci.net>
Date:   Thu Nov 22 17:17:33 2012 -0500

    Check for inet_addr() in -lnsl.
    
    * configure.ac: Check for inet_addr() in libnsl.
    
    --
    OpenSolaris/OpenIndiana requires this.

diff --git a/configure.ac b/configure.ac
index e821b99..db51121 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1177,6 +1177,8 @@ AC_DECL_SYS_SIGLIST
 gl_HEADER_SYS_SOCKET
 gl_TYPE_SOCKLEN_T
 
+AC_SEARCH_LIBS([inet_addr], [nsl])
+
 AC_ARG_ENABLE(endian-check,
               AC_HELP_STRING([--disable-endian-check],
 	      [disable the endian check and trust the OS provided macros]),

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

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


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




More information about the Gnupg-commits mailing list