Skip to content
  • Nick Mathewson's avatar
    Fix --enable-static-tor on OpenBSD · b3abf153
    Nick Mathewson authored
    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.
    b3abf153