diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-02-05 17:29:33 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-02-05 17:29:33 +0100 |
commit | d9759be6496da18607bf3068bca9464c44285d33 (patch) | |
tree | 8356bd8771d6904373ae50409c20da35ca9a5f8f /package/firefox/Makefile | |
parent | 61629a527144e01ebcf25cffac48e48c01526af2 (diff) |
fix some allmodconfig issues for mips target
Diffstat (limited to 'package/firefox/Makefile')
-rw-r--r-- | package/firefox/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/firefox/Makefile b/package/firefox/Makefile index d9cf25c20..a7c76a0e2 100644 --- a/package/firefox/Makefile +++ b/package/firefox/Makefile @@ -68,6 +68,7 @@ CONFIGURE_ARGS+= --enable-application=browser \ --disable-necko-wifi \ --disable-svg \ --disable-mathml \ + --disable-jemalloc \ --disable-crashreporter XAKE_FLAGS+= OS_RELEASE="2.6" |