mozilla-dump_syms-static.patch
changeset 382 67f876aafae8
parent 282 78a523efc513
equal deleted inserted replaced
380:0887a88b1e85 382:67f876aafae8
     1 # HG changeset patch
     1 # HG changeset patch
     2 # Parent e589abb2c4d6aaa6083d254416211ac90360dbdd
     2 # Parent 364802dc5df3b480143a54d318ceef74f32453fb
     3 NO-BUG: Ignore a hack which is not needed in distribution build environments.
     3 NO-BUG: Ignore a hack which is not needed in distribution build environments.
     4 
     4 
     5 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
     5 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
     6 --- a/toolkit/crashreporter/google-breakpad/src/tools/linux/dump_syms/Makefile.in
     6 --- a/toolkit/crashreporter/google-breakpad/src/tools/linux/dump_syms/Makefile.in
     7 +++ b/toolkit/crashreporter/google-breakpad/src/tools/linux/dump_syms/Makefile.in
     7 +++ b/toolkit/crashreporter/google-breakpad/src/tools/linux/dump_syms/Makefile.in
     8 @@ -59,11 +59,11 @@ HOST_LIBS += \
     8 @@ -58,11 +58,11 @@ HOST_LIBS += \
       
     9    $(DEPTH)/toolkit/crashreporter/google-breakpad/src/common/dwarf/$(LIB_PREFIX)host_breakpad_dwarf_s.$(LIB_SUFFIX) \
     9    $(NULL)
    10    $(NULL)
    10  
    11  
    11  # force C++ linking
    12  # force C++ linking
    12  CPP_PROG_LINK = 1
    13  CPP_PROG_LINK = 1
    13  FORCE_USE_PIC = 1
       
    14  
    14  
    15  #XXX: bug 554854 causes us to be unable to run binaries on the build slaves
    15  #XXX: bug 554854 causes us to be unable to run binaries on the build slaves
    16  # due to them having an older libstdc++
    16  # due to them having an older libstdc++
    17 -HOST_LDFLAGS += -static
    17 -HOST_LDFLAGS += -static
    18 +#HOST_LDFLAGS += -static
    18 +#HOST_LDFLAGS += -static