wok diff thunderbird/stuff/thunderbird.mozconfig.conf @ rev 13673

get-skype: new tarball,depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Nov 25 03:41:58 2012 +0000 (2012-11-25)
parents f769dde85cc0
children
line diff
     1.1 --- a/thunderbird/stuff/thunderbird.mozconfig.conf	Sat Mar 03 12:25:23 2012 +0100
     1.2 +++ b/thunderbird/stuff/thunderbird.mozconfig.conf	Sun Nov 25 03:41:58 2012 +0000
     1.3 @@ -66,7 +66,7 @@
     1.4  
     1.5  # The pthreads option is only used when building nspr
     1.6  # Uncomment this if you build the included nspr.
     1.7 -#ac_add_options --with-pthreads
     1.8 +ac_add_options --with-pthreads
     1.9  
    1.10  # zlib is included in LFS. Do not comment this line.
    1.11  ac_add_options --with-system-zlib
    1.12 @@ -78,6 +78,7 @@
    1.13  ac_add_options --disable-accessibility
    1.14  
    1.15  # Uncomment this if you did not build curl.
    1.16 +# Use --disable-crashreporter to disable the crash reporter.
    1.17  ac_add_options --disable-crashreporter
    1.18  
    1.19  # Comment this if you have built dbus-glib.
    1.20 @@ -108,7 +109,7 @@
    1.21  # Thunderbird name embedded in them. Due to license restrictions, you
    1.22  # may not distribute binaries created using this option.  It also
    1.23  # means you get a popup EULA when you first run thunderbird.
    1.24 -#ac_add_options --disable-official-branding
    1.25 +ac_add_options --enable-official-branding
    1.26  
    1.27  # This option is used to enable source tree included LDAP support in
    1.28  # the Firefox binaries.  This used to be required for mozab support in
    1.29 @@ -121,7 +122,7 @@
    1.30  # this option if you may have a need to retain the debugging symbols
    1.31  # in the installed binaries (the resulting binaries will be about 7MB
    1.32  # bigger).
    1.33 -ac_add_options --enable-strip
    1.34 +#ac_add_options --enable-strip
    1.35  
    1.36  # Uncomment this option if you desire support for dual-monitor
    1.37  # display using the X-Window Xinerama libraries.
    1.38 @@ -137,10 +138,6 @@
    1.39  #ac_add_options --with-system-libxul
    1.40  #ac_add_options --with-default-mozilla-five-home=/usr/lib/xulrunner-devel-1.9.2.8
    1.41  
    1.42 -# curl is required for the crash reporter.  
    1.43 -# Use --disable-crashreporter to disable the crash reporter.
    1.44 -ac_add_options --disable-crashreporter
    1.45 -
    1.46  # disable webm video format
    1.47  ac_add_options --disable-webm
    1.48  
    1.49 @@ -163,7 +160,7 @@
    1.50  ac_add_options --disable-feeds
    1.51  
    1.52  # disable mozStorage module and related components
    1.53 -ac_add_options --enable-storage
    1.54 +#ac_add_options --disable-storage
    1.55  
    1.56  # disable logging facilities
    1.57  ac_add_options --disable-logging
    1.58 @@ -172,5 +169,4 @@
    1.59  ac_add_options --with-system-libevent
    1.60  
    1.61  # disable java
    1.62 -ac_add_options --disable-javaxpcom
    1.63 -
    1.64 +#ac_add_options --disable-javaxpcom