~ubuntu-branches/ubuntu/lucid/loop-aes-utils/lucid-security

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2010-01-07 12:49:19 UTC
  • Revision ID: james.westby@ubuntu.com-20100107124919-g2d4pkfp01dqceh8
Tags: 2.15.1~rc1-2ubuntu1
Build with -fno-strict-aliasing. Fix FTBFS. LP: #504140

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
debbuild = debian/build-deb
10
10
udebbuild = debian/build-udeb
11
11
 
12
 
CFLAGS = -Wall -g
 
12
CFLAGS = -Wall -g -fno-strict-aliasing
 
13
export CXXFLAGS = -fno-strict-aliasing
13
14
 
14
15
confopts = --with-fsprobe=blkid --without-ncurses
15
16
ifeq ($(DEB_HOST_ARCH_OS),linux)