mozilla-dump_syms-static.patch
author Wolfgang Rosenauer <wr@rosenauer.org>
Wed, 14 Sep 2011 22:29:13 +0200
branchfirefox6
changeset 324 c6ab0c6a483b
parent 282 78a523efc513
child 382 67f876aafae8
permissions -rw-r--r--
remove -gnome subpackage and fixup patchlist (build is working now w/o localization)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
282
78a523efc513 fix build for 12.1 and above by building dump_syms dynamic
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
     1
# HG changeset patch
78a523efc513 fix build for 12.1 and above by building dump_syms dynamic
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
     2
# Parent e589abb2c4d6aaa6083d254416211ac90360dbdd
78a523efc513 fix build for 12.1 and above by building dump_syms dynamic
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
     3
NO-BUG: Ignore a hack which is not needed in distribution build environments.
78a523efc513 fix build for 12.1 and above by building dump_syms dynamic
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
     4
78a523efc513 fix build for 12.1 and above by building dump_syms dynamic
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
     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
78a523efc513 fix build for 12.1 and above by building dump_syms dynamic
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
     6
--- a/toolkit/crashreporter/google-breakpad/src/tools/linux/dump_syms/Makefile.in
78a523efc513 fix build for 12.1 and above by building dump_syms dynamic
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
     7
+++ b/toolkit/crashreporter/google-breakpad/src/tools/linux/dump_syms/Makefile.in
78a523efc513 fix build for 12.1 and above by building dump_syms dynamic
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
     8
@@ -59,11 +59,11 @@ HOST_LIBS += \
78a523efc513 fix build for 12.1 and above by building dump_syms dynamic
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
     9
   $(NULL)
78a523efc513 fix build for 12.1 and above by building dump_syms dynamic
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
    10
 
78a523efc513 fix build for 12.1 and above by building dump_syms dynamic
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
    11
 # force C++ linking
78a523efc513 fix build for 12.1 and above by building dump_syms dynamic
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
    12
 CPP_PROG_LINK = 1
78a523efc513 fix build for 12.1 and above by building dump_syms dynamic
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
    13
 FORCE_USE_PIC = 1
78a523efc513 fix build for 12.1 and above by building dump_syms dynamic
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
    14
 
78a523efc513 fix build for 12.1 and above by building dump_syms dynamic
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
    15
 #XXX: bug 554854 causes us to be unable to run binaries on the build slaves
78a523efc513 fix build for 12.1 and above by building dump_syms dynamic
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
    16
 # due to them having an older libstdc++
78a523efc513 fix build for 12.1 and above by building dump_syms dynamic
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
    17
-HOST_LDFLAGS += -static
78a523efc513 fix build for 12.1 and above by building dump_syms dynamic
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
    18
+#HOST_LDFLAGS += -static
78a523efc513 fix build for 12.1 and above by building dump_syms dynamic
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
    19
 
78a523efc513 fix build for 12.1 and above by building dump_syms dynamic
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
    20
 include $(topsrcdir)/config/rules.mk