Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-firefox4 grimoire by Ladislav Hagara (05e49435417ea750da3bdeabcec1ad894d62e26f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-firefox4 grimoire by Ladislav Hagara (05e49435417ea750da3bdeabcec1ad894d62e26f)
  • Date: Wed, 13 Apr 2011 06:57:35 -0500

GIT changes to devel-firefox4 grimoire by Ladislav Hagara <hgr AT vabo.cz>:

http/xulrunner/HISTORY | 3 +++
http/xulrunner/mozconfig4 | 1 +
2 files changed, 4 insertions(+)

New commits:
commit 05e49435417ea750da3bdeabcec1ad894d62e26f
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

xulrunner: added --enable-shared-js into mozconfig4

needed for example by gjs spell

$ ldd /usr/bin/gjs | grep libmoz
libmozjs.so => /usr/lib/xulrunner-2.0/libmozjs.so (0xb737b000)

diff --git a/http/xulrunner/HISTORY b/http/xulrunner/HISTORY
index c0a91fa..f819c48 100644
--- a/http/xulrunner/HISTORY
+++ b/http/xulrunner/HISTORY
@@ -1,3 +1,6 @@
+2011-04-13 Ladislav Hagara <hgr AT vabo.cz>
+ * mozconfig4: added --enable-shared-js
+
2011-03-25 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Updated to version 2.0 andd FFVERSION to 4.0
* DEPENDS: Added new sub_depends for cairo and sqlite
diff --git a/http/xulrunner/mozconfig4 b/http/xulrunner/mozconfig4
index 02ad054..374f423 100644
--- a/http/xulrunner/mozconfig4
+++ b/http/xulrunner/mozconfig4
@@ -18,6 +18,7 @@ ac_add_options --with-system-zlib
ac_add_options --with-system-bz2
ac_add_options --enable-image-encoder=all
ac_add_options --enable-js-binary
+ac_add_options --enable-shared-js
ac_add_options --with-system-jpeg=/usr/lib
ac_add_options --with-system-zlib=/usr/lib
# doesn't seem to work with current version of libpng 1.2.44



  • [SM-Commit] GIT changes to devel-firefox4 grimoire by Ladislav Hagara (05e49435417ea750da3bdeabcec1ad894d62e26f), Ladislav Hagara, 04/13/2011

Archive powered by MHonArc 2.6.24.

Top of Page