gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r37365 - libmicrohttpd


From: gnunet
Subject: [GNUnet-SVN] r37365 - libmicrohttpd
Date: Sat, 25 Jun 2016 14:01:54 +0200

Author: Karlson2k
Date: 2016-06-25 14:01:54 +0200 (Sat, 25 Jun 2016)
New Revision: 37365

Modified:
   libmicrohttpd/ChangeLog
   libmicrohttpd/configure.ac
Log:
configure.ac: use shutdown to trigger select on NetBSD (tested)

Modified: libmicrohttpd/ChangeLog
===================================================================
--- libmicrohttpd/ChangeLog     2016-06-25 11:56:04 UTC (rev 37364)
+++ libmicrohttpd/ChangeLog     2016-06-25 12:01:54 UTC (rev 37365)
@@ -1,3 +1,6 @@
+Sat Jun 25 13:49:31 CEST 2016
+       Use shutdown to trigger select on NetBSD. -EG
+
 Thu Jun  2 09:55:50 CEST 2016
        Releasing libmicrohttpd 0.9.50. -CG
 

Modified: libmicrohttpd/configure.ac
===================================================================
--- libmicrohttpd/configure.ac  2016-06-25 11:56:04 UTC (rev 37364)
+++ libmicrohttpd/configure.ac  2016-06-25 12:01:54 UTC (rev 37365)
@@ -167,6 +167,7 @@
      AC_DEFINE_UNQUOTED(SOMEBSD,1,[This is a BSD system])
      AC_DEFINE_UNQUOTED(NETBSD,1,[This is a NetBSD system])
      mhd_host_os='NetBSD'
+     shutdown_trig_select='yes'
      AC_MSG_RESULT([[$mhd_host_os]])
      ;;
 *solaris*)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]