mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
fcc78e5f8a
In systemd 209, they deprecated -lsystemd-daemon in favor of -lsystemd. So we'd better actually look at the pkg-config output, or we'll get warnings on newer distributions. For some as-yet-unknown-to-me reason, setting CFLAGS so early makes it so -O2 -g doesn't get added to it later. So, adding it myself later. Perhaps a better fix here can be found. Fixes 14072; bugfix on 0.2.6.2-alpha. Based on a patch from h.venev
4 lines
160 B
Plaintext
4 lines
160 B
Plaintext
o Minor bugfixes (build):
|
|
- Avoid warnings when building with systemd 209 or later.
|
|
Fixes bug 14072; bugfix on 0.2.6.2-alpha. Patch from "h.venev".
|