summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makeconf2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makeconf b/Makeconf
index 06595cb4..fb606bf4 100644
--- a/Makeconf
+++ b/Makeconf
@@ -153,6 +153,8 @@ HURDLIBS-files := $(foreach var,$(HURDLIBS),$($(var)))
# -L$(dir $(lib)) \
# $(patsubst lib%.a,-l%,$(notdir $(lib))))
+LDFLAGS += -static
+
# Building the target
ifeq ($(doinst),one)
$(target): $(OBJS) $(HURDLIBS-files) $(OTHERLIBS) $(libc)