~unity-team/unity/trunk

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Tarmac
  • Author(s): Ricardo Salveti de Araujo
  • Date: 2012-11-15 18:44:44 UTC
  • mfrom: (2898.1.1 unity)
  • Revision ID: tarmac-20121115184444-nffdv02e3hcx3xj5
Doesn't need to depend on gcc 4.6 anymore (LP: #1044836). Fixes: https://bugs.launchpad.net/bugs/1044836.

Approved by Stephen M. Webb.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
DEB_VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f 2 -d ' ')
11
11
 
12
 
export CC=gcc-4.6
13
 
export CXX=g++-4.6
14
 
 
15
12
CFLAGS=$(shell echo $$CFLAGS | sed -e 's/\-Wall//')
16
13
 
17
14
CORE_ABIVERSION := $(shell sed -rn 's/^\#define[[:space:]]+CORE_ABIVERSION[[:space:]]+//p' /usr/include/compiz/core/abiversion.h )