[tor-bugs] #14072 [Tor]: -lsystemd-daemon does not exist

Tor Bug Tracker & Wiki blackhole at torproject.org
Fri Jan 2 20:50:02 UTC 2015


#14072: -lsystemd-daemon does not exist
-------------------------+--------------------------------
     Reporter:  h.venev  |      Owner:
         Type:  defect   |     Status:  needs_review
     Priority:  major    |  Milestone:  Tor: 0.2.6.x-final
    Component:  Tor      |    Version:  Tor: 0.2.6.2-alpha
   Resolution:           |   Keywords:
Actual Points:           |  Parent ID:
       Points:           |
-------------------------+--------------------------------

Comment (by blueness):

 You're missing -O2 in your CFLAGS. _FORTIFY_SOURCES=2 only kicks in at -O2
 and above, at least the way we cook gcc in gentoo.  You might want to try
 changing

 CFLAGS="$CFLAGS -D_FORTIFY_SOURCE=2"

 to

 CFLAGS="$CFLAGS -D_FORTIFY_SOURCE=2 -O2"

 at line 682.

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


More information about the tor-bugs mailing list