[SCM] setbfree/master: Fix some hardening.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Tue Jun 14 22:40:50 UTC 2016


The following commit has been merged in the master branch:
commit d2ccd7b7a34612e19c5840b79fc42e4cdee6cc43
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Tue Jun 14 23:52:08 2016 +0200

    Fix some hardening.

diff --git a/debian/rules b/debian/rules
index c57ef44..ac54142 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,8 @@ export CFLAGS:=$(shell dpkg-buildflags --get CFLAGS) $(CPPFLAGS)
 export CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS) $(CPPFLAGS)
 export LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS) -Wl,--as-needed
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow, +pie
+
 %:
 	dh $@ --parallel
 

-- 
setbfree packaging



More information about the pkg-multimedia-commits mailing list