[SCM] kodi/master: Enable all hardening options during build

rbalint at users.alioth.debian.org rbalint at users.alioth.debian.org
Sun Dec 27 19:18:12 UTC 2015


The following commit has been merged in the master branch:
commit eb5b6952ba7f25340a92a6733ce7a82ef452fe71
Author: Balint Reczey <balint at balintreczey.hu>
Date:   Sun Dec 27 14:59:31 2015 +0100

    Enable all hardening options during build

diff --git a/debian/rules b/debian/rules
index 6efa96b..922ac0a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,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)
 
 GL_CONFIG_OPTIONS = --enable-gl --disable-gles --enable-vdpau

-- 
kodi packaging



More information about the pkg-multimedia-commits mailing list