diff options
author | Timo Teräs <timo.teras@iki.fi> | 2013-10-14 13:40:08 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2013-10-14 13:41:02 +0000 |
commit | 6d1cc08829d61d03331edc414d85ffca0ea82c78 (patch) | |
tree | 6b4ca94aaf9990716ea30a607e3e4eeb6d06e252 /main/firefox/mozconfig | |
parent | 744a0be9c7ec513960140df0929218ffbc06140d (diff) | |
download | aports-6d1cc08829d61d03331edc414d85ffca0ea82c78.tar.bz2 aports-6d1cc08829d61d03331edc414d85ffca0ea82c78.tar.xz |
main/firefox: fix musl build
Diffstat (limited to 'main/firefox/mozconfig')
-rw-r--r-- | main/firefox/mozconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/main/firefox/mozconfig b/main/firefox/mozconfig index dd7460ea68..c0951f0791 100644 --- a/main/firefox/mozconfig +++ b/main/firefox/mozconfig @@ -35,6 +35,9 @@ ac_add_options --enable-gio ac_add_options --disable-gnomevfs ac_add_options --disable-static ac_add_options --enable-official-branding +#uclibc#ac_add_options --enable-jemalloc +#uclibc#ac_add_options --enable-replace-malloc +#musl#ac_add_options --disable-jemalloc export BUILD_OFFICIAL=1 export MOZILLA_OFFICIAL=1 |