blob: be78bc1382762157a1069de24a85edf70d6b6dbf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff --git a/common.mak b/common.mak
index 9c349e5..0a5fd69 100644
--- a/common.mak
+++ b/common.mak
@@ -228,6 +228,7 @@ else
NO_PIE_LINKFLAGS :=
NO_PIE_LDFLAGS :=
endif
+LDLIBS += $(LIBEXECINFO_LIBS)
# Overwrite implicite makefile rules for having nice compile output
%.o: %.c
|