aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-12-12 12:50:18 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-12-12 13:08:26 +0100
commit12355ae658f357e4c971e44cfa286529dd322570 (patch)
tree6571f130d4e9de749b68e70e0abccaa57aa938b4 /debian
parent65f7427e025dd1962dcab2214453a66a639cf231 (diff)
debian: Enable hardening for the OpenBSC packages
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 586fa1098..14e8cecc1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,6 +17,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 --sourcedirectory=openbsc --with autoreconf $@