aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-12-12 12:51:26 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-12-12 12:51:26 +0100
commit61edd242d0af57d3d97a77dc35186f768f7aaffd (patch)
tree35ab2103254a2cbb55b6b236465c0e0e97a87590
parent7925409b3590cb287fcb2f3aed17b78feaca003a (diff)
debian: Enable hardening for the SCCP library build
-rwxr-xr-xdebian/rules2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 25c73fa..58407d8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,6 +13,8 @@ DEBIAN := $(shell dpkg-parsechangelog | grep ^Version: | cut -d' ' -f2)
DEBVERS := $(shell echo '$(DEBIAN)' | cut -d- -f1)
VERSION := $(shell echo '$(DEBVERS)' | sed -e 's/[+-].*//' -e 's/~//g')
+export DEB_BUILD_HARDENING=1
+
%:
dh --with autoreconf $@