wok-next diff thunderbird/stuff/mozconfig @ rev 18815
lxpanel: fix post_install
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jan 15 16:27:43 2016 +0100 (2016-01-15) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/thunderbird/stuff/mozconfig Fri Jan 15 16:27:43 2016 +0100 1.3 @@ -0,0 +1,91 @@ 1.4 +# mozconfig file for building thunderbird (17.0.0esr) on SliTaz 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 +# tb for slitaz: 1.16 +ac_add_options --with-distribution-id=slitaz 1.17 + 1.18 +# we want to build thunderbird: 1.19 +ac_add_options --enable-application=mail 1.20 + 1.21 +# Create an object directory and specify to build the package in that 1.22 +# directory. If desired, modify the location of the object directory 1.23 +# to a directory inside the source tree by removing '../' from the 1.24 +# line below: 1.25 +mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-thunderbird 1.26 + 1.27 +# Specify arch option and level of optimization: 1.28 +ac_add_options --enable-optimize="$CFLAGS -Wno-all -Wno-extra -Wno-empty-body \ 1.29 +-Wno-type-limits -Wno-unused-result -Wno-attributes -Wno-enum-compare \ 1.30 +-Wno-multichar" 1.31 + 1.32 +# Issue all warnings demanded by strict ANSI C 1.33 +ac_add_options --disable-pedantic 1.34 + 1.35 +# Speed up the build by running several jobs (set the number of CPU cores): 1.36 +mk_add_options MOZ_MAKE_FLAGS="-j$(grep processor /proc/cpuinfo | wc -l)" 1.37 + 1.38 +# Reduce the log size: 1.39 +ac_add_options --silent 1.40 + 1.41 +# Recommended dependencies: 1.42 +ac_add_options --enable-system-sqlite 1.43 +ac_add_options --with-system-libevent 1.44 +ac_add_options --with-system-libvpx 1.45 +ac_add_options --with-system-nspr 1.46 +ac_add_options --with-system-nss 1.47 + 1.48 +# Uncomment these lines if you have installed optional dependencies: 1.49 +#ac_add_options --enable-system-hunspell 1.50 +#ac_add_options --enable-startup-notification 1.51 + 1.52 +# If you you do not want dbus-glib, comment out this line: 1.53 +#ac_add_options --disable-dbus 1.54 + 1.55 +# If you have installed wireless-tools comment out this line: 1.56 +ac_add_options --disable-necko-wifi 1.57 + 1.58 +# If you have installed libnotify comment out this line: 1.59 +#ac_add_options --disable-libnotify 1.60 + 1.61 +# We dont use --enable-official-branding since we dont have any authorization 1.62 +# to use trademarks per http://www.mozilla.org/foundation/trademarks/ 1.63 +ac_add_options --enable-official-branding 1.64 + 1.65 +# It is recommended not to touch anything below this line 1.66 +ac_add_options --prefix=/usr 1.67 + 1.68 +ac_add_options --disable-crashreporter 1.69 +ac_add_options --disable-installer 1.70 +ac_add_options --disable-updater 1.71 +ac_add_options --disable-debug 1.72 +ac_add_options --disable-tests 1.73 + 1.74 +ac_add_options --enable-strip 1.75 +ac_add_options --enable-install-strip 1.76 + 1.77 +ac_add_options --enable-gio 1.78 +ac_add_options --enable-safe-browsing 1.79 +ac_add_options --enable-url-classifier 1.80 + 1.81 +ac_add_options --enable-system-ffi 1.82 +ac_add_options --enable-system-pixman 1.83 + 1.84 +ac_add_options --enable-shared-js 1.85 +ac_add_options --with-pthreads 1.86 + 1.87 +ac_add_options --with-system-bz2 1.88 +ac_add_options --with-system-jpeg 1.89 +#ac_add_options --with-system-png # features missing 1.90 +ac_add_options --with-system-zlib 1.91 + 1.92 +ac_add_options --disable-gconf 1.93 +#ac_add_options --enable-system-cairo # crash 1.94 +ac_add_options --disable-logging