2005-07-18 20:30:35 +00:00
|
|
|
. $topsrcdir/browser/config/mozconfig
|
|
|
|
|
2006-07-25 04:09:33 +00:00
|
|
|
ac_add_options --prefix="$PREFIX"
|
2006-07-30 04:08:01 +00:00
|
|
|
ac_add_options --libdir="$LIBDIR"
|
2005-07-18 20:30:35 +00:00
|
|
|
ac_add_options --with-system-nspr
|
2005-12-16 07:15:58 +00:00
|
|
|
ac_add_options --with-system-nss
|
2005-07-18 20:30:35 +00:00
|
|
|
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
|
2005-08-27 07:34:33 +00:00
|
|
|
ac_add_options --enable-system-cairo
|
|
|
|
ac_add_options --enable-svg
|
|
|
|
ac_add_options --enable-canvas
|
2005-07-18 20:30:35 +00:00
|
|
|
|
|
|
|
export BUILD_OFFICIAL=1
|
|
|
|
export MOZILLA_OFFICIAL=1
|
|
|
|
mk_add_options BUILD_OFFICIAL=1
|
|
|
|
mk_add_options MOZILLA_OFFICIAL=1
|
|
|
|
|