Skip to Content.
Sympa Menu

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

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 (20f385ccb7bfd472c50e82bcb2b21448a17da3cc)
  • Date: Tue, 14 Oct 2008 21:03:39 -0500

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

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

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

firefox: Only run autconf for the devel version.

diff --git a/http/firefox/BUILD b/http/firefox/BUILD
index 07490df..0478488 100755
--- a/http/firefox/BUILD
+++ b/http/firefox/BUILD
@@ -22,7 +22,9 @@ CXXFLAGS="${CXXFLAGS//-O3/-O2}" &&
CFLAGS="${CFLAGS//-ffast-math/}" &&
CXXFLAGS="${CXXFLAGS//-ffast-math/}" &&

-autoconf-2.13 &&
+if [[ "$FIREFOX_CVS" == "y" ]]; then
+autoconf-2.13
+fi &&

make_single &&
make -f client.mk build &&



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

Archive powered by MHonArc 2.6.24.

Top of Page