summaryrefslogtreecommitdiff
path: root/changes/bug26402
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-18 17:03:52 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-18 17:07:27 -0400
commitd27745d81de8829d1a6da851fe9be057458e86df (patch)
treee909219537795f6335cb15539ba9fae2d4c7afde /changes/bug26402
parent5879909826974579c77bce7e270ad4d077b380c7 (diff)
downloadtor-d27745d81de8829d1a6da851fe9be057458e86df.tar.gz
tor-d27745d81de8829d1a6da851fe9be057458e86df.zip
Remove duplicate MODULE_DIRAUTH_SOURCES from libtor_testing.a
This was already added to LIBTOR_A_SOURCES; it doesn't need to get added again. Fixes bug 26402. Bugfix on 0.3.4.1-alpha.
Diffstat (limited to 'changes/bug26402')
-rw-r--r--changes/bug264024
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug26402 b/changes/bug26402
new file mode 100644
index 0000000000..b21283a2d2
--- /dev/null
+++ b/changes/bug26402
@@ -0,0 +1,4 @@
+ o Minor bugfixes (compilation):
+ - When linking the libtor_testing.a library, only include the dirauth
+ object files once. Previously, they were getting added twice.
+ Fixes bug 26402; bugfix on 0.3.4.1-alpha.