[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [tor-bugs] #14072 [Tor]: -lsystemd-daemon does not exist
#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
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs