[tor-bugs] #5103 [Tor Bridge]: --enable-static-tor barfs on openbsd 'cause it tries to link in -lrt which doesn't exist

Tor Bug Tracker & Wiki torproject-admin at torproject.org
Sun Feb 12 18:53:39 UTC 2012


#5103: --enable-static-tor barfs on openbsd 'cause it tries to link in -lrt which
doesn't exist
-----------------------------+----------------------------------------------
 Reporter:  therealditzydoo  |          Owner:                     
     Type:  defect           |         Status:  new                
 Priority:  normal           |      Milestone:                     
Component:  Tor Bridge       |        Version:  Tor: 0.2.3.11-alpha
 Keywords:                   |         Parent:                     
   Points:                   |   Actualpoints:                     
-----------------------------+----------------------------------------------

Comment(by Sebastian):

 Looks like the problem exists because we do
 AC_SEARCH_LIBS([clock_gettime], [rt], [have_rt=yes]). librt isn't
 available on openbsd, but clock_gettime is, so have_rt is set to yes and
 later we add -lrt

-- 
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/5103#comment:1>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list