diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-03-25 10:21:07 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-03-25 10:21:07 -0400 |
commit | e83eddd113481eac5c717c95867f761190f229ea (patch) | |
tree | 4ad30640ceda71f9ece60cf0820a7517182e30ef /changes/bug11296 | |
parent | 1a7794e4750163a0ddc6e26a0a6fe12f799f9cb0 (diff) | |
download | tor-e83eddd113481eac5c717c95867f761190f229ea.tar tor-e83eddd113481eac5c717c95867f761190f229ea.tar.gz |
Add missing -Isrc/ext to tor-fw-helper/include.am
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.
Diffstat (limited to 'changes/bug11296')
-rw-r--r-- | changes/bug11296 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug11296 b/changes/bug11296 new file mode 100644 index 000000000..a281e3969 --- /dev/null +++ b/changes/bug11296 @@ -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. |