diff -r 0bdc059f7280 -r 78a523efc513 mozilla-dump_syms-static.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mozilla-dump_syms-static.patch Mon Jun 20 20:46:39 2011 +0200 @@ -0,0 +1,20 @@ +# HG changeset patch +# Parent e589abb2c4d6aaa6083d254416211ac90360dbdd +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 +@@ -59,11 +59,11 @@ HOST_LIBS += \ + $(NULL) + + # force C++ linking + CPP_PROG_LINK = 1 + FORCE_USE_PIC = 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