[SCM] faad2/master: Enable all hardening flags

fabian at users.alioth.debian.org fabian at users.alioth.debian.org
Mon Jul 17 20:28:31 UTC 2017


The following commit has been merged in the master branch:
commit 09234da6453d86fec86b491f921859435e140029
Author: Fabian Greffrath <fabian at debian.org>
Date:   Mon Jul 17 22:04:51 2017 +0200

    Enable all hardening flags

diff --git a/debian/rules b/debian/rules
index a610d09..d98918a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,8 @@
 #!/usr/bin/make -f
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed -Wl,--no-undefined
+
 %:
 	dh $@
 

-- 
faad2 packaging



More information about the pkg-multimedia-commits mailing list