fa0cf49070
- STILL TODO: - This build is not localized yet. - Theme issues not yet resolved. - Building on ppc platforms is busted, disable them for now. - Forward port all remaining patches.
23 lines
641 B
Plaintext
Executable File
23 lines
641 B
Plaintext
Executable File
. $topsrcdir/browser/config/mozconfig
|
|
|
|
ac_add_options --with-system-nspr
|
|
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
|
|
|
|
export BUILD_OFFICIAL=1
|
|
export MOZILLA_OFFICIAL=1
|
|
mk_add_options BUILD_OFFICIAL=1
|
|
mk_add_options MOZILLA_OFFICIAL=1
|
|
|