gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r37065 - libmicrohttpd


From: gnunet
Subject: [GNUnet-SVN] r37065 - libmicrohttpd
Date: Sat, 23 Apr 2016 18:15:55 +0200

Author: Karlson2k
Date: 2016-04-23 18:15:55 +0200 (Sat, 23 Apr 2016)
New Revision: 37065

Modified:
   libmicrohttpd/ChangeLog
   libmicrohttpd/configure.ac
Log:
Revert "shutdown trigger select" on Darwin.
Fixed daemon shutdown on Darwin without "MHD_USE_PIPE_FOR_SHUTDOWN" option.

Modified: libmicrohttpd/ChangeLog
===================================================================
--- libmicrohttpd/ChangeLog     2016-04-22 15:03:27 UTC (rev 37064)
+++ libmicrohttpd/ChangeLog     2016-04-23 16:15:55 UTC (rev 37065)
@@ -1,3 +1,7 @@
+Sat Apr 23 14:17:15 CET 2016
+       Revert "shutdown trigger select" on Darwin. Fixed daemon shutdown
+       on Darwin without "MHD_USE_PIPE_FOR_SHUTDOWN" option. -EG
+
 Fri Apr 22 14:29:28 CET 2016
        Fixed race conditions when stopping quiesced daemon with thread
        pool. -EG

Modified: libmicrohttpd/configure.ac
===================================================================
--- libmicrohttpd/configure.ac  2016-04-22 15:03:27 UTC (rev 37064)
+++ libmicrohttpd/configure.ac  2016-04-23 16:15:55 UTC (rev 37065)
@@ -148,7 +148,6 @@
      AC_DEFINE_UNQUOTED(OSX,1,[This is an OS X system])
      CFLAGS="-no-cpp-precomp -fno-common $CFLAGS"
      mhd_host_os='Darwin'
-     shutdown_trig_select='yes'
      AC_MSG_RESULT([[$mhd_host_os]])
      ;;
 freebsd*)




reply via email to

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