Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Lalo Martins (1b8604db86b5f4e110fae8e9b5907163b99fc4f6)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Lalo Martins <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Lalo Martins (1b8604db86b5f4e110fae8e9b5907163b99fc4f6)
  • Date: Sat, 27 Oct 2007 03:16:27 -0500

GIT changes to master grimoire by Lalo Martins <lalo AT sourcemage.org>:

http/xulrunner/BUILD | 9 ++++++++-
http/xulrunner/HISTORY | 6 ++++++
2 files changed, 14 insertions(+), 1 deletion(-)

New commits:
commit 1b8604db86b5f4e110fae8e9b5907163b99fc4f6
Author: Lalo Martins <lalo AT sourcemage.org>
Commit: Lalo Martins <lalo AT sourcemage.org>

Fixed xulrunner on non-ia32

diff --git a/http/xulrunner/BUILD b/http/xulrunner/BUILD
index 2175575..96583fe 100755
--- a/http/xulrunner/BUILD
+++ b/http/xulrunner/BUILD
@@ -1,3 +1,5 @@
+echo ${SGML_COMPAT_ARCHS}
+
MOZILLA_HOME=$INSTALL_ROOT/usr/lib/xulrunner &&

#
@@ -17,6 +19,11 @@ fi &&
CFLAGS="${CFLAGS//-O3/-O2}" &&
CXXFLAGS="${CXXFLAGS//-O3/-O2}" &&

+if [[ ${SMGL_COMPAT_ARCHS[1]} == ia32 ]]
+then
+ OPTS="--enable-elf-dynstr-gc $OPTS"
+fi &&
+
./configure --prefix=$INSTALL_ROOT/usr \
--mandir=$INSTALL_ROOT/usr/share/man \
--with-default-mozilla-five-home=$MOZILLA_HOME \
@@ -28,7 +35,6 @@ CXXFLAGS="${CXXFLAGS//-O3/-O2}" &&
--enable-xft \
--disable-pango \
--enable-reorder \
- --enable-elf-dynstr-gc \
--enable-storage \
--enable-cpp-rtti \
--enable-application=xulrunner \
@@ -44,6 +50,7 @@ CXXFLAGS="${CXXFLAGS//-O3/-O2}" &&
--disable-pedantic \
$XULRUNNER_OPTS \
$OPTS &&
+
make_single &&

make
diff --git a/http/xulrunner/HISTORY b/http/xulrunner/HISTORY
index 1b0e995..277aa78 100644
--- a/http/xulrunner/HISTORY
+++ b/http/xulrunner/HISTORY
@@ -1,3 +1,9 @@
+2007-10-27 Lalo Martins <lalo AT sourcemage.org>
+ * BUILD: fix build on non-ia32
+ (no PATCHLEVEL, as it only makes it buildable for users when it
wasn't
+ buildable before)
+ Fixes bug #13101
+
2007-09-30 Arwed v. Merkatz <v.merkatz AT gmx.net>
* DEPENDS: fixed check for xorg-modular




  • [SM-Commit] GIT changes to master grimoire by Lalo Martins (1b8604db86b5f4e110fae8e9b5907163b99fc4f6), Lalo Martins, 10/27/2007

Archive powered by MHonArc 2.6.24.

Top of Page