From 046afd916ba2fd2a913c0c205547be2e69cc6964 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Thu, 3 Aug 2017 01:02:12 +0200 Subject: Revert "Make statically linking libpthread pull libihash" This reverts commit d3b47d4482e0c8372f51472d9d075a89759919ea. The variable is actually used for dependencies as well. --- Makeconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makeconfig b/Makeconfig index ba3f29e..e90f5f7 100644 --- a/Makeconfig +++ b/Makeconfig @@ -5,8 +5,7 @@ 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 \ - -lihash +static-thread-library = $(common-objpfx)libpthread/libpthread.a bounded-thread-library = $(static-thread-library) rpath-dirs += libpthread -- cgit v1.2.3