Problem: immediate binding hardening not used by debian package

Solution: set hardening=+all in Debian packaging rules
This commit is contained in:
Luca Boccassi 2019-04-05 20:34:01 +01:00
parent db7bdd1b1a
commit 320ed68ce9

View File

@ -4,6 +4,8 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
export TEST_VERBOSE=1
ifeq ($(DEB_BUILD_ARCH_OS), kfreebsd)