[git] Assuan - branch, master, updated. libassuan-2.5.1-6-gafeae64

by Ben Kibbey cvs at cvs.gnupg.org
Sat Sep 15 01:30:17 CEST 2018


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 "IPC library used by GnuPG".

The branch, master has been updated
       via  afeae6496f51d28958fd92b04cc933ee6ceb5b61 (commit)
      from  b270f2ec21b67f5728edae4b2ddf6fe17a0fd25a (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 afeae6496f51d28958fd92b04cc933ee6ceb5b61
Author: Ben Kibbey <bjk at luxsci.net>
Date:   Fri Sep 14 14:53:00 2018 -0700

    Fix OpenBSD build.
    
    * configure.ac: Define HAVE_STRUCT_SOCKPEERCRED_PID when found.
    
    --
    
    Signed-off-by: Ben Kibbey <bjk at luxsci.net>

diff --git a/configure.ac b/configure.ac
index d37f07f..dad379a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -423,7 +423,10 @@ AC_REPLACE_FUNCS(setenv)
 #
 # Check for the getsockopt SO_PEERCRED, etc.
 #
-AC_CHECK_MEMBER(struct sockpeercred.pid, [], [], [#include <sys/types.h>
+AC_CHECK_MEMBER(struct sockpeercred.pid,
+		[AC_DEFINE(HAVE_STRUCT_SOCKPEERCRED_PID, 1,
+		 Define if struct sockpeercred contains the pid member.)],
+		 [], [#include <sys/types.h>
 #include <sys/socket.h> ])
 
 # (Open)Solaris

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

Summary of changes:
 configure.ac | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
IPC library used by GnuPG
http://git.gnupg.org




More information about the Gnupg-commits mailing list