Browse Source

Enable hardened build flags

Christoph Biedl 12 years ago
parent
commit
8ab73426da
2 changed files with 3 additions and 0 deletions
  1. 1 0
      debian/control
  2. 2 0
      debian/rules

+ 1 - 0
debian/control

@@ -5,6 +5,7 @@ Maintainer: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
 Build-Depends: debhelper (>= 7.0.50~),
     autoconf,
     autotools-dev,
+    hardening-wrapper,
     libpcap0.8-dev,
 Standards-Version: 3.9.3
 Homepage: http://code.google.com/p/softflowd/

+ 2 - 0
debian/rules

@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+export DEB_BUILD_HARDENING=1
+
 override_dh_auto_configure:
 	autoreconf
 	dh_auto_configure -- \