[SCM] flac/master: Enable hardening

noskcaj-guest at users.alioth.debian.org noskcaj-guest at users.alioth.debian.org
Sun Dec 1 19:54:19 UTC 2013


The following commit has been merged in the master branch:
commit 23bd57ae8eaa8843e2d04ebc29bb0f10501fd415
Author: Jackson Doak <jackson at jackson-Vostro-1320>
Date:   Mon Dec 2 06:53:53 2013 +1100

    Enable hardening
    
    Fully enable hardened building

diff --git a/debian/rules b/debian/rules
index b31b05f..6a4d427 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,6 +15,8 @@ else
 	OPTFLAGS += --disable-asm-optimizations --disable-sse --disable-altivec
 endif
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
 %:
 	dh $@ --with autoreconf
 

-- 
flac packaging



More information about the pkg-multimedia-commits mailing list