wok view thunderbird/stuff/mozconfig @ rev 20255

firefox, thunderbird: try to force i686
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 13 21:40:37 2018 +0100 (2018-03-13)
parents cd72738a73b8
children
line source
1 # mozconfig file for building thunderbird (17.0.0esr) on SliTaz
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 # tb for slitaz:
13 ac_add_options --with-distribution-id=slitaz
15 # we want to build thunderbird:
16 ac_add_options --enable-application=mail
18 # Create an object directory and specify to build the package in that
19 # directory. If desired, modify the location of the object directory
20 # to a directory inside the source tree by removing '../' from the
21 # line below:
22 mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-thunderbird
24 # Specify arch option and level of optimization:
25 ac_add_options --enable-optimize="$CFLAGS -Wno-all -Wno-extra -Wno-empty-body \
26 -Wno-type-limits -Wno-unused-result -Wno-attributes -Wno-enum-compare \
27 -Wno-multichar"
29 # Issue all warnings demanded by strict ANSI C
30 ac_add_options --disable-pedantic
32 # Speed up the build by running several jobs (set the number of CPU cores):
33 mk_add_options MOZ_MAKE_FLAGS="-j$(grep processor /proc/cpuinfo | wc -l)"
35 # Reduce the log size:
36 ac_add_options --silent
38 # Recommended dependencies:
39 ac_add_options --enable-system-sqlite
40 ac_add_options --with-system-libevent
41 ac_add_options --with-system-libvpx
42 ac_add_options --with-system-nspr
43 ac_add_options --with-system-nss
45 # Uncomment these lines if you have installed optional dependencies:
46 #ac_add_options --enable-system-hunspell
47 #ac_add_options --enable-startup-notification
49 # If you you do not want dbus-glib, comment out this line:
50 #ac_add_options --disable-dbus
52 # If you have installed wireless-tools comment out this line:
53 ac_add_options --disable-necko-wifi
55 # If you have installed libnotify comment out this line:
56 #ac_add_options --disable-libnotify
58 # We dont use --enable-official-branding since we dont have any authorization
59 # to use trademarks per http://www.mozilla.org/foundation/trademarks/
60 ac_add_options --enable-official-branding
62 # It is recommended not to touch anything below this line
63 ac_add_options --prefix=/usr
65 ac_add_options --disable-crashreporter
66 ac_add_options --disable-installer
67 ac_add_options --disable-updater
68 ac_add_options --disable-debug
69 ac_add_options --disable-tests
71 ac_add_options --enable-strip
72 ac_add_options --enable-install-strip
74 ac_add_options --enable-gio
75 ac_add_options --enable-safe-browsing
76 ac_add_options --enable-url-classifier
78 ac_add_options --enable-system-ffi
79 ac_add_options --enable-system-pixman
81 ac_add_options --enable-shared-js
82 ac_add_options --with-pthreads
84 ac_add_options --with-system-bz2
85 ac_add_options --with-system-jpeg
86 #ac_add_options --with-system-png # features missing
87 ac_add_options --with-system-zlib
89 ac_add_options --disable-gconf
90 #ac_add_options --enable-system-cairo # crash
91 ac_add_options --disable-logging
93 ac_add_options --host=i686-pc-linux-gnu
94 ac_add_options --target=i686-pc-linux-gnu