-
- Downloads
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.
changes/bug5103
0 → 100644
Please register or sign in to comment