diff options
| author | Didier Roche <didier.roche@canonical.com> | 2012-06-19 13:03:45 +0100 |
|---|---|---|
| committer | Didier Roche <didier.roche@canonical.com> | 2012-06-19 13:03:45 +0100 |
| commit | 4f962b57d4ce4dff630b4e99c764cd92249bfb1b (patch) | |
| tree | 41232c40cba05fef42a51fe1958b3ece61e82d73 /debian/rules | |
| parent | b5efdd1c418746c2230df45c5fa0bf370dad18f0 (diff) | |
- build-dep on latest compiz-dev version for ABI break
* Build with gcc-4.6 temporarily while upstream works on fixing the build with gcc-4.7 and boost1.49. * Rebuild for the libgnome-desktop SOVER bump. (bzr r55.3.655)
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index c15289a70..af56627d0 100755 --- a/debian/rules +++ b/debian/rules @@ -8,6 +8,9 @@ gles2_architectures := armel armhf DEB_VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f 2 -d ' ') +export CC=gcc-4.6 +export CXX=g++-4.6 + CFLAGS=$(shell echo $$CFLAGS | sed -e 's/\-Wall//') CORE_ABIVERSION := $(shell sed -rn 's/^\#define[[:space:]]+CORE_ABIVERSION[[:space:]]+//p' /usr/include/compiz/core/abiversion.h ) |
