Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (305c5ca3202eaa783b1d32dc10ed53fa15b1c447)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (305c5ca3202eaa783b1d32dc10ed53fa15b1c447)
  • Date: Mon, 10 Nov 2008 10:50:43 -0600

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

http/xulrunner/HISTORY | 4 ++++
http/xulrunner/mozconfig3 | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)

New commits:
commit 305c5ca3202eaa783b1d32dc10ed53fa15b1c447
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

xulrunner: Fixed a typo and force it not to use
system nss. It wasn't already because of our install.

diff --git a/http/xulrunner/HISTORY b/http/xulrunner/HISTORY
index 0a9cd60..e4a0296 100644
--- a/http/xulrunner/HISTORY
+++ b/http/xulrunner/HISTORY
@@ -1,3 +1,7 @@
+2008-11-10 George Sherwood <gsherwood AT sourcemage.org>
+ * mozconfig3: Ensure system nss is not used. disable-crashreporter
+ fixed typo.
+
2008-10-10 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: PATCHLEVEL++
* DEPENDS: depends nss
diff --git a/http/xulrunner/mozconfig3 b/http/xulrunner/mozconfig3
index 922cf51..3e6dacc 100644
--- a/http/xulrunner/mozconfig3
+++ b/http/xulrunner/mozconfig3
@@ -11,7 +11,7 @@ ac_add_options --with-pthreads

# These cause breakage when building apps
ac_add_options --with-system-nspr
-ac_add_options --with-system-nss
+ac_add_options --without-system-nss

ac_add_options --enable-svg
ac_add_options --enable-canvas
@@ -41,4 +41,4 @@ ac_add_options --disable-updater
ac_add_options --disable-tests
ac_add_options --disable-mochitest
ac_add_options --disable-javaxpcom
-ac_add_option --disable-crashreporter
+ac_add_options --disable-crashreporter



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (305c5ca3202eaa783b1d32dc10ed53fa15b1c447), George Sherwood, 11/10/2008

Archive powered by MHonArc 2.6.24.

Top of Page