From 86f22c216102bd4492ff9fc6980d3a819ed7f7d4 Mon Sep 17 00:00:00 2001 From: Balint Reczey Date: Fri, 25 Sep 2015 09:53:25 +0200 Subject: Export all hardening options in .deb packages Change-Id: I0448e564305ce78dee4ec364007e0162c6f74c09 Reviewed-on: https://code.wireshark.org/review/10644 Reviewed-by: Alexis La Goutte Petri-Dish: Alexis La Goutte Tested-by: Petri Dish Buildbot Reviewed-by: Balint Reczey --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index e89902ee60..f1930c734e 100755 --- a/debian/rules +++ b/debian/rules @@ -10,6 +10,8 @@ # This has to be exported to make some magic below work. export DH_OPTIONS +export DEB_BUILD_MAINT_OPTIONS = hardening=+all + DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) VERSION := $(shell dpkg-parsechangelog | sed -n 's/^Version: \(.*\)-.*/\1/p') export docdir = /usr/share/doc/wireshark-doc -- cgit v1.2.1