From d3b47d4482e0c8372f51472d9d075a89759919ea Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Thu, 3 Aug 2017 00:50:29 +0200 Subject: Make statically linking libpthread pull libihash This is used by tests link, which would fail linking if libihash is not brought in. * Makeconfig (static-thread-library): Add -lihash. --- Makeconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makeconfig b/Makeconfig index e90f5f7..ba3f29e 100644 --- a/Makeconfig +++ b/Makeconfig @@ -5,7 +5,8 @@ have-thread-library = yes shared-thread-library = $(common-objpfx)libpthread/libpthread_nonshared.a \ $(common-objpfx)libpthread/libpthread.so -static-thread-library = $(common-objpfx)libpthread/libpthread.a +static-thread-library = $(common-objpfx)libpthread/libpthread.a \ + -lihash bounded-thread-library = $(static-thread-library) rpath-dirs += libpthread -- cgit v1.2.3