diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-09-30 17:40:32 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-09-30 17:40:32 -0700 |
commit | 3eb822634d3574054b2424efec06e62c22b0e459 (patch) | |
tree | a14f80ff3bae4576c45c978cc02b87bfb63d78b8 /mozconfig.in | |
parent | Updated to 28.13.0 (diff) | |
download | palemoon-3eb822634d3574054b2424efec06e62c22b0e459.tar.xz |
Updated to 28.14.1
Diffstat (limited to 'mozconfig.in')
-rw-r--r-- | mozconfig.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mozconfig.in b/mozconfig.in index 1128cd7..4417b49 100644 --- a/mozconfig.in +++ b/mozconfig.in @@ -17,6 +17,7 @@ export RANLIB=gcc-ranlib # Branding ac_add_options --enable-official-branding export MOZILLA_OFFICIAL=1 +export MOZ_PKG_SPECIAL=gtk2 # System libraries ac_add_options --with-system-bz2 @@ -77,7 +78,7 @@ ac_add_options --disable-webspeech # # --disable-webspeechtestbackend support removed #ac_add_options --disable-webspeechtestbackend -mk_add_options MOZ_MAKE_FLAGS="-j8" +mk_add_options MOZ_MAKE_FLAGS="-j4" # Use python2 mk_add_options PYTHON=/usr/bin/python2 |