~ubuntu-branches/ubuntu/karmic/thunderbird/karmic-security

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2007-08-30 13:49:33 UTC
  • Revision ID: james.westby@ubuntu.com-20070830134933-83mnolwzwn0sims6
Tags: 2.0.0.6-0ubuntu2
* debian/rules, debian/control: use gcc-4.2/g++-4.2 on all architectures
* debian/patches/autoconf-regen: update configure patch to enable
  force-no-pragma-visibility-for-gcc-4.2_4.3 patch during build
* debian/patches/force-no-pragma-visibility-for-gcc-4.2_4.3,
  debian/patches/series: don't use visibility gcc pragmas; fix build-failure 
  on gcc 4.2 and 4.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
        OPTFLAGS = -O2 -fno-strict-aliasing
26
26
endif
27
27
 
 
28
# we are modern and build with 4.2 everywhere
 
29
CXX=g++-4.2
 
30
CC=gcc-4.2
 
31
export CXX CC
 
32
 
28
33
OPTFLAGS += -g
29
34
 
30
35
#DEB_AUTO_UPDATE_DEBIAN_CONTROL=1