diff options
-rw-r--r-- | Makeconfig | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |