~ubuntu-branches/ubuntu/vivid/mpeg4ip/vivid

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2010-06-20 23:03:13 UTC
  • Revision ID: james.westby@ubuntu.com-20100620230313-6d5n043zqxp855qo
Tags: 1:1.6dfsg-0.2ubuntu9
Build with -D__STDC_CONSTANT_MACROS to fix FTBFS LP: #596615

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
11
11
DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
12
12
 
13
 
CFLAGS = -g
 
13
CFLAGS = -g 
 
14
export CXXFLAGS = -D__STDC_CONSTANT_MACROS
14
15
 
15
16
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
16
17
        CFLAGS += -O0