wok view thunderbird/stuff/thunderbird.mozconfig.conf @ rev 11820

Up: thunderbird to 10.0.2.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Feb 25 14:16:39 2012 -0500 (2012-02-25)
parents f8ba4e9c2b01
children cc29898c3261
line source
1 # from Linux from scratch
3 # This file contains the options used in the Thunderbird build. You may
4 # need to specify additional options for your specific build needs.
5 # Use the information provided by running './configure --help' to
6 # help you determine if you need to add any additional options.
7 # Some additional options can be added by uncommenting the examples
8 # in this file or adding options by inserting a line containing
9 # 'ac_add_options --some-option-you-need'. Be aware that some accepted
10 # options, such as '--with-system-bz2', do not affect the build.
12 # slitaz
13 ac_add_options --with-distribution-id=slitaz
15 # specify that we want to build thunderbird
16 ac_add_options --enable-application=mail
18 # sepcify that we want to build the Lightning calendar extension as per the
19 # Mozilla distributed Thunderbird.
20 # ac_add_options --enable-calendar
22 # Create an object directory and specify to build the package in that
23 # directory. If desired, modify the location of the object directory
24 # to a directory inside the source tree by removing '../' from the
25 # line below.
26 mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/../thunderbird-build
28 # Specify the installation prefix. If you would prefer Xulrunner
29 # installed in a different prefix, modify the line below to fit
30 # your needs (the config will always be written to /etc/gre.d)
31 ac_add_options --prefix=/usr
32 ac_add_options --libdir=/usr/lib
34 # apply a minimal level of optimization (-O)
35 ac_add_options --enable-optimize
37 # These options are used so that the Xulrunner binaries are linked to
38 # the system-installed copies of the specified libraries instead of
39 # the source tree code which may not be the most recent versions.
40 # With the exception of libsqlite3, the libraries are statically linked.
42 # (Options to use system installed libraries)
43 # Using the shipped version of libsqlite3 has been reported to cause
44 # problems with other applications which were using sqlite3.
45 # Only comment this line if you know exactly what you are doing!
46 # ac_add_options --enable-system-sqlite
48 # Comment this only if you want to use whatever patched version of cairo
49 # is in the shipped mozilla tree, together with the system headers.
50 ac_add_options --enable-system-cairo
52 # Comment this if you have not installed lcms.
53 # ac_add_options --enable-system-lcms
55 # Comment this if you did not build libjpeg before GTK+-2.
56 ac_add_options --with-system-jpeg
58 # These two options enable support for building Thunderbird with
59 # system-installed versions of the Network Security Services (NSS)
60 # and Netscape Portable Runtime (NSPR) libraries. Comment them if
61 # you wish to use the included copies (not recommended).
62 # ac_add_options --with-system-nspr
63 ac_add_options --with-system-nss
65 # Comment this if you have not built png with the apng patch.
66 #ac_add_options --with-system-png
68 # The pthreads option is only used when building nspr
69 # Uncomment this if you build the included nspr.
70 #ac_add_options --with-pthreads
72 # zlib is included in LFS. Do not comment this line.
73 ac_add_options --with-system-zlib
75 # (Options to disable parts of the package)
76 # This option is used to disable the a11y support in the Xulrunner
77 # binaries. Comment out this option if you require a11y support.
78 ac_add_options --disable-accessibility
80 # Uncomment this if you did not build curl.
81 #ac_add_options --disable-crashreporter
83 # Comment this if you have built dbus-glib.
84 # ac_add_options --disable-dbus
86 # Comment this if you have gnome-vfs and libgnomeui, and wish to
87 # integrate thunderbird into your gnome desktop
88 ac_add_options --disable-gnomevfs
90 # This option is added so that the Mozilla Installer program is not
91 # built or installed. The program is not required for a BLFS
92 # installation of Xulrunner.
93 ac_add_options --disable-installer
95 # Enable the build of static internal libs (this is currently required, until
96 # Thunderbird 3.1, DO NOT COMMENT, see note below about XulRunner).
97 #ac_add_options --enable-static
98 ac_add_options --enable-libxul
100 # This option is added so that test libraries and programs are not
101 # built. These would only be required for debugging purposes.
102 ac_add_options --disable-tests
104 # Disable the updater, which is not appropriate if you build from source
105 ac_add_options --disable-updater
107 # (options to add extra parts of the package)
108 # This option causes the installed binaries to have the official
109 # Thunderbird name embedded in them. Due to license restrictions, you
110 # may not distribute binaries created using this option. It also
111 # means you get a popup EULA when you first run thunderbird.
112 ac_add_options --disable-official-branding
114 # This option is used to enable source tree included LDAP support in
115 # the Firefox binaries. This used to be required for mozab support in
116 # OpenOffice, however, is now deprecated.
117 ac_add_options --enable-ldap
119 # This option is used so that the debugging symbols are removed from
120 # the installed binaries during the installation process. Comment out
121 # this option if you may have a need to retain the debugging symbols
122 # in the installed binaries (the resulting binaries will be about 7MB
123 # bigger).
124 ac_add_options --enable-strip
126 # Uncomment this option if you desire support for dual-monitor
127 # display using the X-Window Xinerama libraries.
128 #ac_add_options --enable-xinerama
130 # Enable strong cryptography (This is explicitly required if you plan to use
131 # the enigmail extension for Thunderbird).
132 ac_add_options --enable-crypto
134 # Point to the xulrunner libraries - comment these for a standalone client
135 # DO NOT UNCOMMENT THESE - System XULRunner is broken until Thunderbird
136 # development catches up with XULRunner-1.9.2 (TB-3.1, est. April 6, 2010).
137 #ac_add_options --with-system-libxul
138 #ac_add_options --with-default-mozilla-five-home=/usr/lib/xulrunner-devel-1.9.2.8
140 # Use system libevent
141 ac_add_options --with-system-libevent
143 # Use system libvpx
144 ac_add_options --with-system-libvpx
146 # curl is required for the crash reporter.
147 # Use --disable-crashreporter to disable the crash reporter.
148 ac_add_options --disable-crashreporter