~ubuntu-branches/ubuntu/maverick/asterisk/maverick

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2009-09-03 11:40:12 UTC
  • Revision ID: james.westby@ubuntu.com-20090903114012-sw50rf7sicqmsu00
Tags: 1:1.6.2.0~dfsg~beta4-0ubuntu2
debian/{control,rules}: enable hardened options to gain PIE build
(Debian bug 542741).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
2
2
# Uncomment this to turn on verbose mode.
3
3
#export DH_VERBOSE=1
 
4
export DEB_BUILD_HARDENING=1
4
5
 
5
6
export DEB_HOST_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
6
7
export DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)