diff options
author | sibel <lesibel at free dot fr> | 2010-09-16 15:31:16 +0200 |
---|---|---|
committer | sibel <lesibel at free dot fr> | 2010-09-16 15:31:16 +0200 |
commit | 4446cb64058259dc1e3d767416c315bd9d6da8c6 (patch) | |
tree | 768ae8213559700a0323d7a97ea84372e3573663 /extra/minefield/mozconfig | |
parent | 085e46c0d6ff32ee3d8fcdfa89c9dc7ece81f0e4 (diff) | |
download | nutyx-extra-4446cb64058259dc1e3d767416c315bd9d6da8c6.tar.gz nutyx-extra-4446cb64058259dc1e3d767416c315bd9d6da8c6.tar.bz2 nutyx-extra-4446cb64058259dc1e3d767416c315bd9d6da8c6.tar.xz nutyx-extra-4446cb64058259dc1e3d767416c315bd9d6da8c6.zip |
maj de minefield#3.6.10-1
Diffstat (limited to 'extra/minefield/mozconfig')
-rw-r--r-- | extra/minefield/mozconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/minefield/mozconfig b/extra/minefield/mozconfig index 8d59c4cd7..7ffc3497b 100644 --- a/extra/minefield/mozconfig +++ b/extra/minefield/mozconfig @@ -2,7 +2,7 @@ mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/firefox-shared # parallel build -mk_add_options MOZ_MAKE_FLAGS=-j2 +# mk_add_options MOZ_MAKE_FLAGS=-j2 # grab the defaults from the firefox tarball . $topsrcdir/browser/config/mozconfig @@ -13,7 +13,7 @@ ac_add_options --with-system-nss 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-system-png ac_add_options --with-system-mg ac_add_options --with-pthreads |