]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add missing -Isrc/ext to tor-fw-helper/include.am
authorNick Mathewson <nickm@torproject.org>
Tue, 25 Mar 2014 14:21:07 +0000 (10:21 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 25 Mar 2014 14:21:07 +0000 (10:21 -0400)
We need this now that tor-fw-helper will pull in siphash.h

Fixes bug 11296; bugfix on 0.2.5.4-alpha where siphash.h was introduced.

changes/bug11296 [new file with mode: 0644]
src/tools/tor-fw-helper/include.am

diff --git a/changes/bug11296 b/changes/bug11296
new file mode 100644 (file)
index 0000000..a281e39
--- /dev/null
@@ -0,0 +1,3 @@
+  o Minor bugfixes:
+    - Allow tor-fw-helper to build again by adding src/ext to its
+      CPPFLAGS. Fixes bug 11296; bugfix on 0.2.5.4-alpha.
index 275a0e237c39a01820f73acb09152493291e910b..1f862e6f06eddb6c21c686c6feb06a0f6fa2789c 100644 (file)
@@ -33,4 +33,4 @@ endif
 
 src_tools_tor_fw_helper_tor_fw_helper_LDFLAGS = $(nat_pmp_ldflags) $(miniupnpc_ldflags)
 src_tools_tor_fw_helper_tor_fw_helper_LDADD = src/common/libor.a $(nat_pmp_ldadd) $(miniupnpc_ldadd) -lm @TOR_LIB_WS32@
-src_tools_tor_fw_helper_tor_fw_helper_CPPFLAGS = $(nat_pmp_cppflags) $(miniupnpc_cppflags)
+src_tools_tor_fw_helper_tor_fw_helper_CPPFLAGS = $(nat_pmp_cppflags) $(miniupnpc_cppflags) -I"$(top_srcdir)/src/ext"