~ubuntu-branches/ubuntu/wily/libgpg-error/wily

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2015-03-05 17:54:30 UTC
  • Revision ID: package-import@ubuntu.com-20150305175430-fv8yjazjy33el9gq
Tags: 1.17-3ubuntu1
Fix build with GCC 5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
export CFLAGS   := $(shell dpkg-buildflags --get CFLAGS)
7
7
export CXXFLAGS := $(shell dpkg-buildflags --get CXXFLAGS)
8
8
export LDFLAGS  := $(shell dpkg-buildflags --get LDFLAGS)
 
9
export CPP      := $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)-gcc -E -P
9
10
 
10
11
export DEB_BUILD_MULTIARCH ?= $(shell dpkg-architecture -qDEB_BUILD_MULTIARCH)
11
12
export DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)