CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 134 -
(hide annotations)
Sun Oct 4 14:32:38 2009 UTC (3 years, 7 months ago) by cjg
File size: 1435 byte(s)
Sun Oct 4 14:32:38 2009 UTC (3 years, 7 months ago) by cjg
File size: 1435 byte(s)
firefox: updated to 3.0.6
| 1 | cjg | 2 | # use an OBJDIR |
| 2 | mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/firefox-shared | ||
| 3 | |||
| 4 | # parallel build | ||
| 5 | mk_add_options MOZ_MAKE_FLAGS=-j2 | ||
| 6 | |||
| 7 | # grab the defaults from the firefox tarball | ||
| 8 | . $topsrcdir/browser/config/mozconfig | ||
| 9 | |||
| 10 | # crux options | ||
| 11 | |||
| 12 | ac_add_options --prefix=/usr | ||
| 13 | ac_add_options --with-system-nss | ||
| 14 | ac_add_options --with-system-nspr | ||
| 15 | ac_add_options --with-system-jpeg | ||
| 16 | ac_add_options --with-system-zlib | ||
| 17 | ac_add_options --with-system-mng | ||
| 18 | ac_add_options --with-pthreads | ||
| 19 | cjg | 134 | ac_add_options --with-libxul-sdk=/usr/lib/xulrunner-devel-1.9.0.6 |
| 20 | cjg | 2 | ac_add_options --enable-system-cairo |
| 21 | ac_add_options --enable-optimize="#CFLAGS#" | ||
| 22 | cjg | 72 | ac_add_options --enable-official-branding |
| 23 | cjg | 2 | ac_add_options --enable-extensions=default,-gnomevfs |
| 24 | ac_add_options --enable-shared | ||
| 25 | ac_add_options --disable-static | ||
| 26 | ac_add_options --disable-tests | ||
| 27 | ac_add_options --disable-mochitest | ||
| 28 | ac_add_options --disable-debug | ||
| 29 | ac_add_options --disable-installer | ||
| 30 | ac_add_options --disable-updater | ||
| 31 | ac_add_options --disable-xprint | ||
| 32 | ac_add_options --disable-profilesharing | ||
| 33 | ac_add_options --disable-gnomevfs | ||
| 34 | ac_add_options --disable-gnomeui | ||
| 35 | ac_add_options --disable-mailnews | ||
| 36 | ac_add_options --disable-crashreporter | ||
| 37 | ac_add_options --enable-svg | ||
| 38 | ac_add_options --enable-canvas | ||
| 39 | ac_add_options --enable-crypto | ||
| 40 | ac_add_options --enable-single-profile | ||
| 41 | ac_add_options --enable-places | ||
| 42 | ac_add_options --enable-storage | ||
| 43 | ac_add_options --enable-places_bookmarks | ||
| 44 | ac_add_options --enable-image-encoder=all | ||
| 45 | ac_add_options --enable-xft |