projects
/
firefox-esr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ad1be7
)
Work around Debian bug #844357
author
Mike Hommey
<mh@glandium.org>
Sun, 20 Nov 2016 23:15:38 +0000
(08:15 +0900)
committer
Mike Hommey
<glandium@debian.org>
Tue, 10 Aug 2021 22:51:13 +0000
(23:51 +0100)
Gbp-Pq: Topic porting
Gbp-Pq: Name Work-around-Debian-bug-844357.patch
widget/gtk/mozgtk/gtk3/moz.build
patch
|
blob
|
history
diff --git
a/widget/gtk/mozgtk/gtk3/moz.build
b/widget/gtk/mozgtk/gtk3/moz.build
index 4e9379565dd6c3509977d185e3017673ca69ee7e..538ef1acfcc6378534b1c382d117f009159920b4 100644
(file)
--- a/
widget/gtk/mozgtk/gtk3/moz.build
+++ b/
widget/gtk/mozgtk/gtk3/moz.build
@@
-36,3
+36,7
@@
OS_LIBS += [
'gdk-3',
]
OS_LIBS += as_needed
+
+# Work around Debian bug #844357
+if CONFIG['CPU_ARCH'].startswith('mips'):
+ OS_LIBS += ['-Wl,--no-gc-sections']