Commit 320ed68c authored by Luca Boccassi's avatar Luca Boccassi

Problem: immediate binding hardening not used by debian package

Solution: set hardening=+all in Debian packaging rules
parent db7bdd1b
...@@ -4,6 +4,8 @@ ...@@ -4,6 +4,8 @@
# Uncomment this to turn on verbose mode. # Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1 #export DH_VERBOSE=1
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
export TEST_VERBOSE=1 export TEST_VERBOSE=1
ifeq ($(DEB_BUILD_ARCH_OS), kfreebsd) ifeq ($(DEB_BUILD_ARCH_OS), kfreebsd)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment