mirror of
https://abf.rosa.ru/djam/firefox-esr91.git
synced 2025-02-24 17:42:59 +00:00
added fedora gcc patch
This commit is contained in:
parent
40b7ddc2a4
commit
d4e0727ccd
1 changed files with 13 additions and 0 deletions
13
xulrunner-15.0-gcc47.patch
Normal file
13
xulrunner-15.0-gcc47.patch
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
diff -up xulrunner-15.0/mozilla-beta/toolkit/crashreporter/client/Makefile.in.gcc47 xulrunner-15.0/mozilla-beta/toolkit/crashreporter/client/Makefile.in
|
||||||
|
--- xulrunner-15.0/mozilla-beta/toolkit/crashreporter/client/Makefile.in.gcc47 2012-08-15 07:48:31.000000000 +0200
|
||||||
|
+++ xulrunner-15.0/mozilla-beta/toolkit/crashreporter/client/Makefile.in 2012-08-20 15:05:41.782947739 +0200
|
||||||
|
@@ -34,6 +34,9 @@ CPPSRCS = \
|
||||||
|
crashreporter.cpp \
|
||||||
|
$(NULL)
|
||||||
|
|
||||||
|
+# Needed for moz_free
|
||||||
|
+LIBS += -L$(LIBXUL_DIST)/lib -lmozalloc
|
||||||
|
+
|
||||||
|
ifeq ($(OS_ARCH),WINNT)
|
||||||
|
CPPSRCS += crashreporter_win.cpp
|
||||||
|
LIBS += \
|
Loading…
Add table
Reference in a new issue