Sophie

Sophie

distrib > Fedora > 18 > x86_64 > by-pkgid > e939f2e17aa20702fe3f40edbd1beabb > files > 19

seamonkey-2.23-1.fc18.src.rpm

diff -up xulrunner-26.0/mozilla-release/toolkit/crashreporter/client/Makefile.in.gcc47 xulrunner-26.0/mozilla-release/toolkit/crashreporter/client/Makefile.in
--- xulrunner-26.0/mozilla-release/toolkit/crashreporter/client/Makefile.in.gcc47	2013-12-09 15:12:50.659231760 +0100
+++ xulrunner-26.0/mozilla-release/toolkit/crashreporter/client/Makefile.in	2013-12-09 15:13:45.448324783 +0100
@@ -42,6 +42,9 @@ endif
 
 ifdef MOZ_WIDGET_GTK
 
+# Needed for moz_free
+LIBS += -L$(LIBXUL_DIST)/lib -lmozalloc
+
 LIBS += \
   $(DEPTH)/toolkit/crashreporter/google-breakpad/src/common/linux/$(LIB_PREFIX)breakpad_linux_common_s.$(LIB_SUFFIX) \
   $(NULL)