From 1a065cea46a9c179d64d74d012f051135bc4725a Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 11 Mar 2016 09:53:25 -0500 Subject: 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 --- changes/build18490 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changes/build18490 (limited to 'changes') 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. -- cgit v1.2.3-54-g00ecf