diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-03-11 09:53:25 -0500 |
---|---|---|
committer | Andrea Shepard <andrea@torproject.org> | 2016-04-12 02:48:46 +0000 |
commit | 1a065cea46a9c179d64d74d012f051135bc4725a (patch) | |
tree | 8cd44edd9e10591c3d4efc8e6ff086086b21ecdd /changes | |
parent | ad4ff7a5b93a9236b6084548798815540ad91cbe (diff) | |
download | tor-1a065cea46a9c179d64d74d012f051135bc4725a.tar.gz tor-1a065cea46a9c179d64d74d012f051135bc4725a.zip |
Do not link tests against both libor.a and libor-testing.a
Also, put libor-testing.a at a better position in the list of
libraries, to avoid linker errors.
This is a fix, or part of a fix, for 18490.
Conflicts:
src/test/include.am
Diffstat (limited to 'changes')
-rw-r--r-- | changes/build18490 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/build18490 b/changes/build18490 new file mode 100644 index 0000000000..466a133cb2 --- /dev/null +++ b/changes/build18490 @@ -0,0 +1,4 @@ + o Minor bugfixes (build): + - Do not link the unit tests against both the testing and non-testing + versions of the static libraries. Fixes bug 18490; bugfix on + 0.2.7.1-alpha. |