diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-04-30 08:36:15 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-04-30 08:55:52 +0000 |
commit | 10818d8435f4fce5938903cb308ef5c63cfa931f (patch) | |
tree | 85d6fe2f74343b7b58e5c9e937dddcf64474bd6a /main/xulrunner/mozconfig | |
parent | 97212ada95b68834b32b5ab0fe591bc1565d0d1e (diff) | |
download | aports-10818d8435f4fce5938903cb308ef5c63cfa931f.tar.bz2 aports-10818d8435f4fce5938903cb308ef5c63cfa931f.tar.xz |
main/xulrunner: upgrade to 29.0
Diffstat (limited to 'main/xulrunner/mozconfig')
-rw-r--r-- | main/xulrunner/mozconfig | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/main/xulrunner/mozconfig b/main/xulrunner/mozconfig index e16cc2b43a..e197e65e54 100644 --- a/main/xulrunner/mozconfig +++ b/main/xulrunner/mozconfig @@ -36,11 +36,8 @@ ac_add_options --enable-gio ac_add_options --enable-gstreamer ac_add_options --with-system-icu ac_add_options --disable-pulseaudio -#uclibc#ac_add_options --enable-jemalloc -#uclibc#ac_add_options --enable-replace-malloc -#uclibc#ac_add_options --enable-crashreporter -#musl#ac_add_options --disable-jemalloc -#musl#ac_add_options --disable-crashreporter +ac_add_options --disable-jemalloc +ac_add_options --disable-crashreporter export BUILD_OFFICIAL=1 export MOZILLA_OFFICIAL=1 |