~ubuntu-branches/ubuntu/trusty/vsftpd/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Kees Cook
  • Date: 2012-03-27 16:05:54 UTC
  • Revision ID: package-import@ubuntu.com-20120327160554-3622qb9eykz8061u
Tags: 2.3.5-1ubuntu2
debian/rules: Fix hardening based on Debian changes from 2.3.5-2 and -3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
2
2
 
3
 
DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
3
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
4
4
 
5
5
DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
6
6
 
13
13
        dh ${@} --with apport
14
14
 
15
15
override_dh_auto_build:
16
 
        $(MAKE) CFLAGS="$(CFLAGS) -W -Wshadow" LIBS="$(LIBS)" LINK=""
 
16
        $(MAKE) CFLAGS="$(CFLAGS) $(CPPFLAGS)" LIBS="$(LIBS)" LINK=""
17
17
 
18
18
override_dh_auto_install:
19
19
        # disabled