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

« back to all changes in this revision

Viewing changes to mozilla/browser/config/mozconfigs/macosx-lion-universal/shark

  • Committer: Package Import Robot
  • Author(s): Chris Coulson, Chris Coulson, Ben Collins
  • Date: 2012-07-16 14:19:14 UTC
  • mfrom: (1.1.21)
  • Revision ID: package-import@ubuntu.com-20120716141914-mynrjxhu00lsv01h
Tags: 1.6+build1-0ubuntu0.11.04.2
* New upstream stable release (CALENDAR_1_6_BUILD1) (LP: #1024564)

[ Chris Coulson <chris.coulson@canonical.com> ]
* Fix LP: #995054 - Ensure the /usr/lib/thunderbird/extensions symlink
  exists on upgrade, which may not be the case when upgrading from a really
  old lightning version
  - add debian/lightning-extension.postinst

[ Ben Collins <bcollins@ubuntu.com> ]
* Fix LP: #1025387 - FTBFS: powerpc build fails
  - add debian/patches/fix-dtoa-build-on-ppc.patch
  - update debian/patches/series

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Just like nightlies, but without tests, not on an update channel, and with
2
 
# shark and dtrace enabled
3
 
. $topsrcdir/build/macosx/universal/mozconfig
4
 
 
5
 
# Universal builds override the default of browser (bug 575283 comment 29)
6
 
ac_add_options --enable-application=browser
7
 
 
8
 
ac_add_options --disable-tests
9
 
ac_add_options --disable-install-strip
10
 
 
11
 
# Needed to enable breakpad in application.ini
12
 
export MOZILLA_OFFICIAL=1
13
 
 
14
 
# Enable parallel compiling
15
 
mk_add_options MOZ_MAKE_FLAGS="-j12"
16
 
 
17
 
# shark specific options
18
 
ac_add_options --enable-shark
19
 
ac_add_options --enable-dtrace
20
 
 
21
 
# Need this to prevent name conflicts with the normal nightly build packages
22
 
export MOZ_PKG_SPECIAL="shark"
23
 
 
24
 
# Treat warnings as errors in directories with FAIL_ON_WARNINGS.
25
 
ac_add_options --enable-warnings-as-errors
26
 
ac_add_options --with-ccache