2011-06-20 11:20:23 +02:00
|
|
|
# HG changeset patch
|
2012-03-01 10:09:12 +01:00
|
|
|
# Parent 364802dc5df3b480143a54d318ceef74f32453fb
|
2011-06-20 11:20:23 +02:00
|
|
|
NO-BUG: Ignore a hack which is not needed in distribution build environments.
|
|
|
|
|
|
|
|
diff --git a/toolkit/crashreporter/google-breakpad/src/tools/linux/dump_syms/Makefile.in b/toolkit/crashreporter/google-breakpad/src/tools/linux/dump_syms/Makefile.in
|
|
|
|
--- a/toolkit/crashreporter/google-breakpad/src/tools/linux/dump_syms/Makefile.in
|
|
|
|
+++ b/toolkit/crashreporter/google-breakpad/src/tools/linux/dump_syms/Makefile.in
|
2012-03-01 10:09:12 +01:00
|
|
|
@@ -58,11 +58,11 @@ HOST_LIBS += \
|
|
|
|
$(DEPTH)/toolkit/crashreporter/google-breakpad/src/common/dwarf/$(LIB_PREFIX)host_breakpad_dwarf_s.$(LIB_SUFFIX) \
|
2011-06-20 11:20:23 +02:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
# force C++ linking
|
|
|
|
CPP_PROG_LINK = 1
|
|
|
|
|
|
|
|
#XXX: bug 554854 causes us to be unable to run binaries on the build slaves
|
|
|
|
# due to them having an older libstdc++
|
|
|
|
-HOST_LDFLAGS += -static
|
|
|
|
+#HOST_LDFLAGS += -static
|
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|