summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makeconf4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makeconf b/Makeconf
index 09f68db6..3d35026e 100644
--- a/Makeconf
+++ b/Makeconf
@@ -145,6 +145,10 @@ endif
# Provide default.
install:
+# XXX HACK XXX
+ifneq ($(filter-out libports,$(HURDLIBS)),$(HURDLIBS))
+HURDLIBS+=libthreads
+endif
# Each word of $(HURDLIBS) is a library name `libfoo', which is defined as
# a variable above with the complete file name to find it.