[SM-Commit] GIT changes to master grimoire by George Sherwood (c458c893de389a0a81b28a79ff80f5173b8ac5a4)
George Sherwood
scm at sourcemage.org
Sat Oct 11 17:52:35 EDT 2008
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
More information about the SM-Commit
mailing list