[SCM] x265/experimental: Enabled all but PIE hardening

onovy at users.alioth.debian.org onovy at users.alioth.debian.org
Sat Aug 13 12:39:55 UTC 2016


The following commit has been merged in the experimental branch:
commit b74ddb3b99d9747b89cc6ea414e0b07c723e7f17
Author: Ondřej Nový <onovy at debian.org>
Date:   Sat Aug 13 14:15:48 2016 +0200

    Enabled all but PIE hardening

diff --git a/debian/rules b/debian/rules
index fbebedd..b05f2f8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,8 @@
 
 DEB_HOST_MULTIARCH=$(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie
+
 export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed \
 	-L$(CURDIR)/x265-10bit \
 	-L$(CURDIR)/x265-12bit

-- 
x265 packaging



More information about the pkg-multimedia-commits mailing list