Skip to content
Snippets Groups Projects
Forked from The Tor Project / Core / Tor
Source project has a limited visibility.
  • Nick Mathewson's avatar
    b3abf153
    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
    History
    Fix --enable-static-tor on OpenBSD
    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.