~ubuntu-branches/ubuntu/quantal/lightning-extension/quantal-security

« back to all changes in this revision

Viewing changes to mozilla/browser/config/mozconfigs/linux32/release

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2012-01-12 15:28:46 UTC
  • mfrom: (1.1.13)
  • Revision ID: package-import@ubuntu.com-20120112152846-ib27rzd0zldftoql
Tags: 1.2~b1+build1-0ubuntu1
* New upstream release from the beta channel (CALENDAR_1_2b1_BUILD1)
* Refresh debian/patches/01_no_sunbird.patch
* Bump maxVersion for lightning to 10.*, but drop changes to non-binary
  addons (gdata-provider / timezones) as these aren't needed anymore
  - update debian/patches/03_maxversion_override.patch
* Add some additional mailnews makefiles to the tarball, to make the build
  system not sad anymore

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
ac_add_options --enable-update-channel=${MOZ_UPDATE_CHANNEL}
 
2
ac_add_options --enable-update-packaging
 
3
ac_add_options --enable-official-branding
 
4
 
 
5
CC=/tools/gcc-4.5/bin/gcc
 
6
CXX=/tools/gcc-4.5/bin/g++
 
7
# Avoid dependency on libstdc++ 4.5
 
8
ac_add_options --enable-stdcxx-compat
 
9
 
 
10
# PGO
 
11
mk_add_options MOZ_PGO=1
 
12
mk_add_options PROFILE_GEN_SCRIPT='$(PYTHON) @MOZ_OBJDIR@/_profile/pgo/profileserver.py 10'
 
13
 
 
14
# Needed to enable breakpad in application.ini
 
15
export MOZILLA_OFFICIAL=1
 
16
 
 
17
export MOZ_TELEMETRY_REPORTING=1
 
18
 
 
19
# Enable parallel compiling
 
20
mk_add_options MOZ_MAKE_FLAGS="-j4"