summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLadislav Hagara2011-04-30 02:00:17 +0200
committerLadislav Hagara2011-04-30 02:00:17 +0200
commit9c8b2ad4d0cdc2ca486c61503eec2a208926858f (patch)
tree4b3b27588267f1e2f7bb9aba4d745d54f707e7bb
parent377d154c4cc289e09952ee903620bd6c0a165218 (diff)
firefox: question updated, which xulrunner library useddevel-firefox4
-rw-r--r--http/firefox/HISTORY2
-rwxr-xr-xhttp/firefox/PREPARE3
-rw-r--r--http/firefox/mozconfig32
3 files changed, 4 insertions, 3 deletions
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index 8660d9f3c1..14a727dbaf 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,6 +1,6 @@
2011-04-29 Ladislav Hagara <hgr@vabo.cz>
* DETAILS: 4.0.1, SECURITY_PATCH=40
- * mozconfig3: /usr/lib/xulrunner-devel-2.0.1 now
+ * PREPARE: question updated
2011-03-25 George Sherwood <gsherwood@sourcemage.org>
* DETAILS: Updated stable to version 4.0 to build
diff --git a/http/firefox/PREPARE b/http/firefox/PREPARE
index b4b132a237..8cf6398051 100755
--- a/http/firefox/PREPARE
+++ b/http/firefox/PREPARE
@@ -10,4 +10,5 @@ if grep -q -- "PR" $INSTALL_ROOT/etc/sorcery/local/depends/firefox; then
rm -f $INSTALL_ROOT/etc/sorcery/local/depends/firefox
fi &&
-config_query FIREFOX_CVS "Build the devel version?" n
+#config_query FIREFOX_CVS "Build the devel version?" n
+config_query FIREFOX_CVS "Build the version with own xulrunner library (ignore system one)?" n
diff --git a/http/firefox/mozconfig3 b/http/firefox/mozconfig3
index 6a7a6cfa58..d73c1e807c 100644
--- a/http/firefox/mozconfig3
+++ b/http/firefox/mozconfig3
@@ -22,7 +22,7 @@ ac_add_options --disable-installer
ac_add_options --disable-updater
ac_add_options --disable-tests
ac_add_options --with-system-libxul
-ac_add_options --with-libxul-sdk=/usr/lib/xulrunner-devel-2.0.1
+ac_add_options --with-libxul-sdk=/usr/lib/xulrunner-devel-2.0
ac_add_options --prefix=$INSTALL_ROOT/usr
ac_add_options --mandir=$INSTALL_ROOT/usr
ac_add_options --enable-optimize="$CFLAGS"