Skip to Content.
Sympa Menu

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

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 (9d235f8742a342375fdb34592a9c876c79bc53a3)
  • Date: Mon, 10 Nov 2008 14:37:39 -0600

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

http/xulrunner/DEPENDS | 3 ++-
http/xulrunner/HISTORY | 3 ++-
http/xulrunner/mozconfig3 | 2 +-
3 files changed, 5 insertions(+), 3 deletions(-)

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

xulrunner: Little more tweaking. depends nspr vice nss
depends sqlite

diff --git a/http/xulrunner/DEPENDS b/http/xulrunner/DEPENDS
index ad5bba8..d02d786 100755
--- a/http/xulrunner/DEPENDS
+++ b/http/xulrunner/DEPENDS
@@ -4,7 +4,8 @@ depends jpeg &&
depends libidl &&
depends libxft &&
depends libpng &&
-depends nss &&
+depends sqlite &&
+depends nspr &&
depends perl &&
depends xorg-libs '--with-x' &&
depends zip &&
diff --git a/http/xulrunner/HISTORY b/http/xulrunner/HISTORY
index e4a0296..b85d884 100644
--- a/http/xulrunner/HISTORY
+++ b/http/xulrunner/HISTORY
@@ -1,6 +1,7 @@
2008-11-10 George Sherwood <gsherwood AT sourcemage.org>
+ * DEPENDS: depends nspr, sqlite
* mozconfig3: Ensure system nss is not used. disable-crashreporter
- fixed typo.
+ fixed typo. Correct option to build with system sqlite.

2008-10-10 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: PATCHLEVEL++
diff --git a/http/xulrunner/mozconfig3 b/http/xulrunner/mozconfig3
index 3e6dacc..3806632 100644
--- a/http/xulrunner/mozconfig3
+++ b/http/xulrunner/mozconfig3
@@ -25,7 +25,7 @@ ac_add_options --with-system-png=/usr/lib
ac_add_options --enable-application=xulrunner
ac_add_options --enable-system-cairo
ac_add_options --enable-storage
-ac_add_options --with-system-sqlite3
+ac_add_options --enable-system-sqlite
ac_add_options --enable-default-toolkit=cairo-gtk2
ac_add_options --enable-svg-renderer=cairo
ac_add_options --enable-pango



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

Archive powered by MHonArc 2.6.24.

Top of Page