tor/changes/bug5103
Nick Mathewson b3abf15342 Fix --enable-static-tor on OpenBSD
Previously we'd been using "we have clock_gettime()" as a proxy for
"we need -lrt to link a static libevent".  But that's not really
accurate: we should only add -lrt if searching for clock_gettime
function adds -lrt to our libraries.
2012-02-12 19:54:13 -05:00

4 lines
132 B
Plaintext

o Minor bugfixes (build):
- When building with --enable-static-tor on OpenBSD, do not
erroneously attempt to link -lrt.