summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 153d66b..e8c77e3 100644
--- a/Makefile
+++ b/Makefile
@@ -211,8 +211,10 @@ VPATH += $(SYSDEP_PATH)
ifeq ($(IN_GLIBC),no)
HURDLIBS = ihash
+LDLIBS = -lrt
else
LDLIBS-pthread.so = -lihash
+$(objpfx)libpthread.so: $(common-objpfx)rt/librt.so
endif
ifeq ($(IN_GLIBC),no)