[SCM] kodi/master: Disable bindnow hardening option because it breaks playing DVDs

rbalint at users.alioth.debian.org rbalint at users.alioth.debian.org
Tue Mar 22 08:34:55 UTC 2016


The following commit has been merged in the master branch:
commit b18ec2cc3e9f06ed9c53acf1d7e40fd194d07ded
Author: Balint Reczey <balint at balintreczey.hu>
Date:   Mon Mar 21 22:04:54 2016 +0100

    Disable bindnow hardening option because it breaks playing DVDs

diff --git a/debian/rules b/debian/rules
index 03f5b22..35a607c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,8 @@
 # This has to be exported to make some magic below work.
 export DH_OPTIONS
 
-export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+# bindnow breaks wrappers used in with libdvdread
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all-bindnow
 
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 

-- 
kodi packaging



More information about the pkg-multimedia-commits mailing list