diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2017-08-03 01:02:12 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2017-08-03 01:02:12 +0200 |
commit | 046afd916ba2fd2a913c0c205547be2e69cc6964 (patch) | |
tree | 5fa2f779439ed53129f418c3e19f7f9dbb6adc97 | |
parent | d3b47d4482e0c8372f51472d9d075a89759919ea (diff) |
Revert "Make statically linking libpthread pull libihash"
This reverts commit d3b47d4482e0c8372f51472d9d075a89759919ea.
The variable is actually used for dependencies as well.
-rw-r--r-- | Makeconfig | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |