24a35882ac
to fix some threading issues in Firefox, but I have not personally encountered them (at least not ones fixed by this patch). See http://bugzilla.mozilla.org/show_bug.cgi?id=247204 for more details. Submitted by: green
10 lines
312 B
Text
10 lines
312 B
Text
--- browser/app/Makefile.in.orig Sat Jun 19 00:39:09 2004
|
|
+++ browser/app/Makefile.in Sat Jun 19 00:39:55 2004
|
|
@@ -75,6 +75,7 @@
|
|
$(STATIC_COMPONENTS_LINKER_PATH) \
|
|
$(EXTRA_DSO_LIBS) \
|
|
$(DIST)/lib/$(LIB_PREFIX)xulapp_s.$(LIB_SUFFIX) \
|
|
+ -lgthread-2.0 \
|
|
$(MOZ_JS_LIBS) \
|
|
$(XPCOM_LIBS) \
|
|
$(NSPR_LIBS) \
|