211abec4df
In comm-1.9.2, which TB 3.1.x is based on, support for GIO
has not yet been landed. We should backport that at some
point, but until we do, we need to build with GnomeVFS backend
in order to load the nsGnomeModule, which provides the bits for
integration with GNOME.
This reverts commit 4f3e53a941
.
Conflicts:
thunderbird-mozconfig
thunderbird.spec
40 lines
1.2 KiB
Plaintext
40 lines
1.2 KiB
Plaintext
mk_add_options MOZ_CO_PROJECT=mail
|
|
ac_add_options --enable-application=mail
|
|
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/objdir-tb/
|
|
mk_add_options AUTOCONF=autoconf-2.13
|
|
|
|
#ac_add_options --with-system-png
|
|
|
|
ac_add_options --prefix="$PREFIX"
|
|
ac_add_options --libdir="$LIBDIR"
|
|
ac_add_options --with-system-nspr
|
|
ac_add_options --with-system-nss
|
|
ac_add_options --with-system-jpeg
|
|
ac_add_options --with-system-zlib
|
|
ac_add_options --with-pthreads
|
|
ac_add_options --disable-tests
|
|
ac_add_options --disable-debug
|
|
ac_add_options --disable-installer
|
|
ac_add_options --enable-optimize
|
|
ac_add_options --enable-xinerama
|
|
ac_add_options --enable-default-toolkit=cairo-gtk2
|
|
ac_add_options --disable-xprint
|
|
ac_add_options --disable-strip
|
|
ac_add_options --disable-install-strip
|
|
ac_add_options --enable-pango
|
|
ac_add_options --enable-system-cairo
|
|
ac_add_options --enable-svg
|
|
ac_add_options --enable-canvas
|
|
ac_add_options --enable-system-hunspell
|
|
ac_add_options --disable-crashreporter
|
|
ac_add_options --disable-necko-wifi
|
|
ac_add_options --disable-updater
|
|
ac_add_options --enable-static
|
|
ac_add_options --enable-startup-notification
|
|
|
|
export BUILD_OFFICIAL=1
|
|
export MOZILLA_OFFICIAL=1
|
|
mk_add_options BUILD_OFFICIAL=1
|
|
mk_add_options MOZILLA_OFFICIAL=1
|
|
|