gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] 05/06: add -lrt for glibc < 2.17 compatibil


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] 05/06: add -lrt for glibc < 2.17 compatibility
Date: Tue, 21 Mar 2017 21:50:01 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository libmicrohttpd.

commit 7aa69301bd05b05c798d887ff62edbe09db75e40
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Mar 21 14:22:20 2017 +0100

    add -lrt for glibc < 2.17 compatibility
---
 ChangeLog    | 8 ++++++++
 configure.ac | 2 ++
 2 files changed, 10 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 6881370f..c8fcffb9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Tue Mar 21 13:51:04 CET 2017
+       Use "-lrt" to link libmicrohttpd if we are using
+       clock_gettime() as needed by glibc < 2.17. -CG
+
+Tue Mar 21 13:42:07 CET 2017
+       Allow chaining of suspend-resume calls withuot
+       the application processing data from the network. -CG
+
 Mon Mar 20 0:51:24 MSK 2017
        Added autoconf module for detection whatever shutdown of listening 
socket
        trigger select. This is only reliable method to use such feature as some
diff --git a/configure.ac b/configure.ac
index 5442ed85..7a44c0d5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -939,6 +939,8 @@ AC_LINK_IFELSE(
   ],
   [
     AC_DEFINE([HAVE_CLOCK_GET_TIME], [1], [Define to 1 if you have 
`clock_get_time', `host_get_clock_service' and `mach_port_deallocate' 
functions.])
+# For glibc < 2.17, we need -lrt:    
+    MHD_LIBDEPS="-lrt $MHD_LIBDEPS"
     AC_MSG_RESULT([[yes]])
   ],
   [AC_MSG_RESULT([[no]])

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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