fec1589ed3
Wed Apr 11 2007 Christopher Aillon <caillon@redhat.com> 2.0.0.0-0.3.rc1 - Update langpacks Thu Apr 5 2007 Christopher Aillon <caillon@redhat.com> 2.0.0.0-0.2.rc1 - Build option tweaks - Bring the install section to parity with Firefox's Thu Apr 5 2007 Christopher Aillon <caillon@redhat.com> 2.0.0.0-0.1.rc1 - Update to 2.0.0.0 RC1
29 lines
835 B
Plaintext
29 lines
835 B
Plaintext
. $topsrcdir/mail/config/mozconfig
|
|
|
|
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-system-png
|
|
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="$RPM_OPT_FLAGS"
|
|
ac_add_options --enable-xinerama
|
|
ac_add_options --enable-default-toolkit=gtk2
|
|
ac_add_options --disable-xprint
|
|
ac_add_options --disable-strip
|
|
ac_add_options --enable-pango
|
|
ac_add_options --enable-system-cairo
|
|
ac_add_options --enable-svg
|
|
ac_add_options --enable-canvas
|
|
|
|
export BUILD_OFFICIAL=1
|
|
export MOZILLA_OFFICIAL=1
|
|
mk_add_options BUILD_OFFICIAL=1
|
|
mk_add_options MOZILLA_OFFICIAL=1
|
|
|