[oe-commits] Otavio Salvador : firefox 3.0.4: disable striping and updater

GIT User account git at amethyst.openembedded.net
Mon Nov 17 15:35:09 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: fd97ae31cf86fec750b8626fddc97d7a71a4496e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=fd97ae31cf86fec750b8626fddc97d7a71a4496e

Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Mon Nov 17 13:29:14 2008 -0200

firefox 3.0.4: disable striping and updater

---

 packages/mozilla/firefox-3.0.4/mozconfig |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/packages/mozilla/firefox-3.0.4/mozconfig b/packages/mozilla/firefox-3.0.4/mozconfig
index 652c780..d8d3f39 100644
--- a/packages/mozilla/firefox-3.0.4/mozconfig
+++ b/packages/mozilla/firefox-3.0.4/mozconfig
@@ -26,6 +26,7 @@ ac_add_options --disable-jsd
 ac_add_options --disable-installer
 ac_add_options --disable-xprint
 ac_add_options --disable-necko-disk-cache
+ac_add_options --disable-updater
 
 # configure necko to allocate smaller network buffers
 ac_add_options --enable-necko-small-buffers
@@ -65,3 +66,7 @@ ac_add_options --disable-jemalloc
 
 # enable libxul
 ac_add_options --enable-libxul
+
+# Disable striping
+ac_add_options --disable-strip
+ac_add_options --disable-install-strip





More information about the Openembedded-commits mailing list