Skip to Content.
Sympa Menu

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

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 (c458c893de389a0a81b28a79ff80f5173b8ac5a4)
  • Date: Sat, 11 Oct 2008 16:52:35 -0500

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

http/firefox/HISTORY | 3 +++
http/firefox/mozconfig3 | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)

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

firefox: Changed nspr option to match xulrunner

diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index f683ec0..8a0e187 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,6 @@
+2008-10-11 George Sherwood <gsherwood AT sourcemage.org>
+ * mozconfig3: Changed to --with-system-nspr. Needs to match xulrunner
+
2008-10-08 George Sherwood <gsherwood AT sourcemage.org>
* CONFIGURE: Removed nullplugin query. Handled by xulrunner.
* INSTALL: Create synlink to /usr/lib/xulrunner/plugins
diff --git a/http/firefox/mozconfig3 b/http/firefox/mozconfig3
index 8838ebe..af44dd3 100644
--- a/http/firefox/mozconfig3
+++ b/http/firefox/mozconfig3
@@ -7,7 +7,7 @@ mk_add_options MOZ_CO_PROJECT=browser

# Options for 'configure' (same as command-line options).
ac_add_options --with-pthreads
-ac_add_options --without-system-nspr
+ac_add_options --with-system-nspr
ac_add_options --without-system-nss
ac_add_options --with-system-jpeg=/usr/lib
ac_add_options --with-system-zlib=/usr/lib



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

Archive powered by MHonArc 2.6.24.

Top of Page