summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makeconf1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makeconf b/Makeconf
index d0a29a15..e83611ac 100644
--- a/Makeconf
+++ b/Makeconf
@@ -197,6 +197,7 @@ rpath := -Wl,-rpath-link=.:$(subst $. ,:,$(dir $(wildcard ../lib*/lib*.so)))
$(target): %$(target-suffix):
$(CC) $(rpath) $(CFLAGS) $($@-CFLAGS) $(LDFLAGS) $($@-LDFLAGS) -o $@ \
'-Wl,-(' $(filter %.o,$^) \
+ -defsym ___brk_addr=0 \
$(foreach lib,$(filter-out %.o,$+),${_libsubst}) \
'-Wl,-)'