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 b291177..bee4e3c 100644
--- a/Makefile
+++ b/Makefile
@@ -210,8 +210,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)