diff options
author | Timo Teräs <timo.teras@iki.fi> | 2012-02-07 13:43:36 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2012-02-07 13:45:02 +0200 |
commit | 6a7a6ebb1a5f0f9c929cebbf4a62ffac45450617 (patch) | |
tree | 6608dca99573af548f4d75db0c1d3dab5eebb56c /testing/xulrunner/mozconfig | |
parent | 35ced06b6b53edd7871b14b2121f2599973576a1 (diff) | |
download | aports-6a7a6ebb1a5f0f9c929cebbf4a62ffac45450617.tar.bz2 aports-6a7a6ebb1a5f0f9c929cebbf4a62ffac45450617.tar.xz |
testing/firefox: fix jemalloc properly (fixes #995)
* fix patch "xulrunner: malloc_usable_size" properly
* remove debug info
* use system sqlite
Diffstat (limited to 'testing/xulrunner/mozconfig')
-rw-r--r-- | testing/xulrunner/mozconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/xulrunner/mozconfig b/testing/xulrunner/mozconfig index 9401c84a1..2cbb45b7a 100644 --- a/testing/xulrunner/mozconfig +++ b/testing/xulrunner/mozconfig @@ -9,6 +9,7 @@ ac_add_options --with-system-zlib ac_add_options --with-system-bz2 ac_add_options --with-system-libevent ac_add_options --enable-system-hunspell +ac_add_options --enable-system-sqlite ac_add_options --enable-system-cairo ac_add_options --with-pthreads ac_add_options --enable-strip |