| 1 | mk_add_options MOZ_CO_PROJECT=mail |
|---|
| 2 | ac_add_options --enable-application=mail |
|---|
| 3 | mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/objdir-tb/ |
|---|
| 4 | mk_add_options AUTOCONF=autoconf-2.13 |
|---|
| 5 | mk_add_options BUILD_OFFICIAL=1 |
|---|
| 6 | mk_add_options MOZILLA_OFFICIAL=1 |
|---|
| 7 | |
|---|
| 8 | ac_add_options --prefix="$PREFIX" |
|---|
| 9 | ac_add_options --libdir="$LIBDIR" |
|---|
| 10 | ac_add_options --with-system-jpeg |
|---|
| 11 | ac_add_options --disable-libjpeg-turbo |
|---|
| 12 | ac_add_options --with-system-zlib |
|---|
| 13 | # thunderbird requires libpng with apng support, |
|---|
| 14 | # so we can not use system-provided png library. |
|---|
| 15 | # (2010/06/13 K.Harada) |
|---|
| 16 | #ac_add_options --with-system-png |
|---|
| 17 | |
|---|
| 18 | # couldn't use system nss/nspr (version unmatch) |
|---|
| 19 | #ac_add_options --with-system-nspr |
|---|
| 20 | #ac_add_options --with-system-nss |
|---|
| 21 | ac_add_options --disable-system-cairo |
|---|
| 22 | ac_add_options --with-pthreads |
|---|
| 23 | ac_add_options --disable-tests |
|---|
| 24 | ac_add_options --disable-debug |
|---|
| 25 | ac_add_options --enable-jsd |
|---|
| 26 | ac_add_options --disable-installer |
|---|
| 27 | ac_add_options --enable-optimize="$RPM_OPT_FLAGS" |
|---|
| 28 | ac_add_options --enable-default-toolkit=cairo-gtk2 |
|---|
| 29 | ac_add_options --enable-pango |
|---|
| 30 | ac_add_options --enable-xinerama |
|---|
| 31 | ac_add_options --enable-crypto |
|---|
| 32 | ac_add_options --enable-svg |
|---|
| 33 | ac_add_options --enable-canvas |
|---|
| 34 | ac_add_options --disable-xprint |
|---|
| 35 | ac_add_options --disable-strip |
|---|
| 36 | ac_add_options --disable-official-branding |
|---|
| 37 | #ac_add_options --disable-install-strip |
|---|
| 38 | ac_add_options --enable-install-strip |
|---|
| 39 | # hunspell is in plus category for vine (2010/07/23 K.Harada) |
|---|
| 40 | ac_add_options --disable-system-hunspell |
|---|
| 41 | ac_add_options --disable-crashreporter |
|---|
| 42 | ac_add_options --disable-necko-wifi |
|---|
| 43 | ac_add_options --disable-updater |
|---|
| 44 | ac_add_options --disable-installer |
|---|
| 45 | |
|---|
| 46 | # cat not build with xulrunner (yet) (2010/06/13 K.Harada) |
|---|
| 47 | #ac_add_options --enable-libxul |
|---|
| 48 | #ac_add_options --with-system-libxul |
|---|
| 49 | #ac_add_options --disable-ldap |
|---|
| 50 | ac_add_options --with-branding=mail/branding/aurora |
|---|
| 51 | ac_add_options --with-distribution-id=org.vinelinux |
|---|
| 52 | |
|---|
| 53 | #ac_add_options --with-l10n-base=../../l10n |
|---|
| 54 | |
|---|
| 55 | # disabled libnotify support (2010/07/03 K.Harada) |
|---|
| 56 | # see related bug: https://bugzilla.mozilla.org/show_bug.cgi?id=478463 |
|---|
| 57 | ac_add_options --disable-libnotify |
|---|