aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-01-10 17:21:11 -0500
committerNick Mathewson <nickm@torproject.org>2015-01-10 17:21:11 -0500
commitdc25fb7382b5cb930aaf0cdc842490ff5c11233e (patch)
treeaf29916fa4719100669216bbb9750ef9bd0c3bab /Makefile.am
parent740e592790f570c446cbb5e6d4a77f842f75d512 (diff)
downloadtor-dc25fb7382b5cb930aaf0cdc842490ff5c11233e.tar.gz
tor-dc25fb7382b5cb930aaf0cdc842490ff5c11233e.zip
Better workaround for CFLAGS issues from #14072; fixes #14162
When I applied patch fcc78e5f8a3249eadfea31db, I somehow broke stack trace symbols on Linux. I'll leave it to others to figure out why that happens. This should be better. Really. Fixes bug 14162; bug not in any released version of Tor.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index f105464b71..67c9cc9d25 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -19,6 +19,7 @@ noinst_PROGRAMS=
DISTCLEANFILES=
bin_SCRIPTS=
AM_CPPFLAGS=
+AM_CFLAGS = @TOR_SYSTEMD_CFLAGS@
include src/include.am
include doc/include.am
include contrib/include.am