mozilla-gcc47.patch
changeset 447 65c62d3dddac
equal deleted inserted replaced
444:6525a220a096 447:65c62d3dddac
       
     1 # HG changeset patch
       
     2 # User Mike Hommey <mh+mozilla@glandium.org>
       
     3 # Date 1336991062 -7200
       
     4 # Node ID 234d34706ea1a0e9a9d2c61561c4441590712df0
       
     5 # Parent  0f2f145158b595f5242bf0d79b2de413373730c1
       
     6 Bug 741348 - Work around crashreporter client build failure with gcc 4.7
       
     7 
       
     8 diff --git a/toolkit/crashreporter/google-breakpad/src/common/linux/Makefile.in b/toolkit/crashreporter/google-breakpad/src/common/linux/Makefile.in
       
     9 --- a/toolkit/crashreporter/google-breakpad/src/common/linux/Makefile.in
       
    10 +++ b/toolkit/crashreporter/google-breakpad/src/common/linux/Makefile.in
       
    11 @@ -65,8 +65,11 @@ HOST_CPPSRCS = \
       
    12    file_id.cc \
       
    13    guid_creator.cc \
       
    14    $(NULL)
       
    15  
       
    16  # need static lib
       
    17  FORCE_STATIC_LIB = 1
       
    18  
       
    19  include $(topsrcdir)/config/rules.mk
       
    20 +
       
    21 +# See https://bugzilla.mozilla.org/show_bug.cgi?id=741348#c11
       
    22 +file_id.$(OBJ_SUFFIX): STL_FLAGS=