wok-stable diff thunderbird/stuff/thunderbird.mozconfig.conf @ rev 6080

Add: Thunderbird (3.1.2) Mozilla mail
author Dominique Corbex <domcox@slitaz.org>
date Sun Aug 29 11:04:31 2010 +0200 (2010-08-29)
parents
children f8ba4e9c2b01
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/thunderbird/stuff/thunderbird.mozconfig.conf	Sun Aug 29 11:04:31 2010 +0200
     1.3 @@ -0,0 +1,141 @@
     1.4 +# from Linux from scratch
     1.5 +
     1.6 +# This file contains the options used in the Thunderbird build. You may
     1.7 +# need to specify additional options for your specific build needs.
     1.8 +# Use the information provided by running './configure --help' to
     1.9 +# help you determine if you need to add any additional options.
    1.10 +# Some additional options can be added by uncommenting the examples
    1.11 +# in this file or adding options by inserting a line containing
    1.12 +# 'ac_add_options --some-option-you-need'.  Be aware that some accepted
    1.13 +# options, such as '--with-system-bz2', do not affect the build.
    1.14 +
    1.15 +# slitaz
    1.16 +ac_add_options --with-distribution-id=slitaz
    1.17 +
    1.18 +# specify that we want to build thunderbird
    1.19 +ac_add_options --enable-application=mail
    1.20 +
    1.21 +# sepcify that we want to build the Lightning calendar extension as per the
    1.22 +# Mozilla distributed Thunderbird.
    1.23 +# ac_add_options --enable-calendar
    1.24 +
    1.25 +# Create an object directory and specify to build the package in that
    1.26 +# directory. If desired, modify the location of the object directory
    1.27 +# to a directory inside the source tree by removing '../' from the
    1.28 +# line below.
    1.29 +mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/../thunderbird-build
    1.30 +
    1.31 +# Specify the installation prefix. If you would prefer Xulrunner
    1.32 +# installed in a different prefix, modify the line below to fit
    1.33 +# your needs (the config will always be written to /etc/gre.d)
    1.34 +ac_add_options --prefix=/usr
    1.35 +
    1.36 +# apply a minimal level of optimization (-O)
    1.37 +ac_add_options --enable-optimize
    1.38 +
    1.39 +# These options are used so that the Xulrunner binaries are linked to
    1.40 +# the system-installed copies of the specified libraries instead of
    1.41 +# the source tree code which may not be the most recent versions.
    1.42 +# With the exception of libsqlite3, the libraries are statically linked.
    1.43 +
    1.44 +# (Options to use system installed libraries)
    1.45 +# Using the shipped version of libsqlite3 has been reported to cause
    1.46 +# problems with other applications which were using sqlite3.
    1.47 +# Only comment this line if you know exactly what you are doing!
    1.48 +ac_add_options --enable-system-sqlite
    1.49 +
    1.50 +# Comment this only if you want to use whatever patched version of cairo
    1.51 +# is in the shipped mozilla tree, together with the system headers.
    1.52 +ac_add_options --enable-system-cairo
    1.53 +
    1.54 +# Comment this if you have not installed lcms.
    1.55 +# ac_add_options --enable-system-lcms
    1.56 +
    1.57 +# Comment this if you did not build libjpeg before GTK+-2.
    1.58 +ac_add_options --with-system-jpeg
    1.59 +
    1.60 +# These two options enable support for building Thunderbird with
    1.61 +# system-installed versions of the Network Security Services (NSS)
    1.62 +# and Netscape Portable Runtime (NSPR) libraries. Comment them if
    1.63 +# you wish to use the included copies (not recommended).
    1.64 +# ac_add_options --with-system-nspr
    1.65 +ac_add_options --with-system-nss
    1.66 +
    1.67 +# Comment this if you have not built png with the apng patch.
    1.68 +# ac_add_options --with-system-png
    1.69 +
    1.70 +# The pthreads option is only used when building nspr
    1.71 +# Uncomment this if you build the included nspr.
    1.72 +#ac_add_options --with-pthreads
    1.73 +
    1.74 +# zlib is included in LFS. Do not comment this line.
    1.75 +ac_add_options --with-system-zlib
    1.76 +
    1.77 +# (Options to disable parts of the package)
    1.78 +# This option is used to disable the a11y support in the Xulrunner
    1.79 +# binaries. Comment out this option if you require a11y support.
    1.80 +ac_add_options --disable-accessibility
    1.81 +
    1.82 +# Uncomment this if you did not build curl.
    1.83 +#ac_add_options --disable-crashreporter
    1.84 +
    1.85 +# Comment this if you have built dbus-glib.
    1.86 +# ac_add_options --disable-dbus
    1.87 +
    1.88 +# Comment this if you have gnome-vfs and libgnomeui, and wish to
    1.89 +# integrate thunderbird into your gnome desktop
    1.90 +ac_add_options --disable-gnomevfs
    1.91 +
    1.92 +# This option is added so that the Mozilla Installer program is not
    1.93 +# built or installed. The program is not required for a BLFS
    1.94 +# installation of Xulrunner.
    1.95 +ac_add_options --disable-installer
    1.96 +
    1.97 +# Enable the build of static internal libs (this is currently required, until
    1.98 +# Thunderbird 3.1, DO NOT COMMENT, see note below about XulRunner).
    1.99 +ac_add_options --enable-static
   1.100 +
   1.101 +# This option is added so that test libraries and programs are not
   1.102 +# built. These would only be required for debugging purposes.
   1.103 +ac_add_options --disable-tests
   1.104 +
   1.105 +# Disable the updater, which is not appropriate if you build from source
   1.106 +ac_add_options --disable-updater
   1.107 +
   1.108 +# (options to add extra parts of the package)
   1.109 +# This option causes the installed binaries to have the official
   1.110 +# Thunderbird name embedded in them. Due to license restrictions, you
   1.111 +# may not distribute binaries created using this option.  It also
   1.112 +# means you get a popup EULA when you first run thunderbird.
   1.113 +ac_add_options --disable-official-branding
   1.114 +
   1.115 +# This option is used to enable source tree included LDAP support in
   1.116 +# the Firefox binaries.  This used to be required for mozab support in
   1.117 +# OpenOffice, however, is now deprecated.
   1.118 +ac_add_options --enable-ldap
   1.119 +
   1.120 +# This option is used so that the debugging symbols are removed from
   1.121 +# the installed binaries during the installation process. Comment out
   1.122 +# this option if you may have a need to retain the debugging symbols
   1.123 +# in the installed binaries (the resulting binaries will be about 7MB
   1.124 +# bigger).
   1.125 +ac_add_options --enable-strip
   1.126 +
   1.127 +# Uncomment this option if you desire support for dual-monitor
   1.128 +# display using the X-Window Xinerama libraries.
   1.129 +#ac_add_options --enable-xinerama
   1.130 +
   1.131 +# Enable strong cryptography (This is explicitly required if you plan to use
   1.132 +# the enigmail extension for Thunderbird).
   1.133 +ac_add_options --enable-crypto
   1.134 +
   1.135 +# Point to the xulrunner libraries - comment these for a standalone client
   1.136 +# DO NOT UNCOMMENT THESE - System XULRunner is broken until Thunderbird
   1.137 +# development catches up with XULRunner-1.9.2 (TB-3.1, est. April 6, 2010).
   1.138 +#ac_add_options --with-system-libxul
   1.139 +#ac_add_options --with-default-mozilla-five-home=/usr/lib/xulrunner-devel-1.9.2.8
   1.140 +
   1.141 +# curl is required for the crash reporter.  
   1.142 +# Use --disable-crashreporter to disable the crash reporter.
   1.143 +ac_add_options --disable-crashreporter
   1.144 +