Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: tlyu@mit.edu Subject: SVN Commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 713 Try harder not to use clock_gettime in verto-k5ev We already define EV_USE_REALTIME to 0 to avoid the use of clock_gettime() (to avoid depending on librt). But in some build environments libev can detect support for a monotonic clock, which also results in using clock_gettime(). Define EV_USE_MONOTONIC to 0 as well to prevent this. (cherry picked from commit fe285ec16b65ac6177a404baa635c1d09054dc81) https://github.com/krb5/krb5/commit/d65edd12642e67b1cf03bf681903157bdc31de9a Author: Greg Hudson Committer: Tom Yu Commit: d65edd12642e67b1cf03bf681903157bdc31de9a Branch: krb5-1.10 src/util/k5ev/verto-k5ev.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)