CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 392 -
(show annotations)
Sun Oct 4 15:03:08 2009 UTC (3 years, 7 months ago) by cjg
File size: 1061 byte(s)
Sun Oct 4 15:03:08 2009 UTC (3 years, 7 months ago) by cjg
File size: 1061 byte(s)
xulrunner: fixed
| 1 | . $topsrcdir/xulrunner/config/mozconfig |
| 2 | |
| 3 | mk_add_options MOZ_MAKE_FLAGS="#MAKEFLAGS#" |
| 4 | mk_add_options MOZ_BUILD_PROJECTS=xulrunner |
| 5 | mk_add_options MOZ_CO_PROJECT=xulrunner |
| 6 | mk_add_options MOZ_OBJDIR=@topsrcdir@/obj-xulrunner |
| 7 | |
| 8 | ac_add_options --prefix=/usr |
| 9 | ac_add_app_options --enable-application=xulrunner |
| 10 | ac_add_options --with-system-nss |
| 11 | ac_add_options --with-system-nspr |
| 12 | ac_add_options --with-system-jpeg |
| 13 | ac_add_options --with-system-zlib |
| 14 | ac_add_options --with-system-mng |
| 15 | ac_add_options --enable-system-cairo |
| 16 | ac_add_options --enable-system-sqlite |
| 17 | ac_add_options --with-pthreads |
| 18 | ac_add_options --disable-tests |
| 19 | ac_add_options --disable-mochitest |
| 20 | ac_add_options --disable-installer |
| 21 | ac_add_options --disable-updater |
| 22 | ac_add_options --disable-xprint |
| 23 | ac_add_options --disable-profilesharing |
| 24 | ac_add_options --disable-gnomevfs |
| 25 | ac_add_options --disable-gnomeui |
| 26 | ac_add_options --disable-mailnews |
| 27 | ac_add_options --disable-crashreporter |
| 28 | ac_add_options --disable-javaxpcom |
| 29 | ac_add_options --enable-optimize="#CFLAGS#" |
| 30 | ac_add_options --enable-shared |
| 31 | ac_add_options --enable-debug |