[sasmodels] 01/04: Disable PIE for shared objects

Stuart Prescott stuart at debian.org
Wed Jan 3 14:09:03 UTC 2018


This is an automated email from the git hooks/post-receive script.

stuart pushed a commit to branch master
in repository sasmodels.

commit f39d8dab791dfbb1123745dd501d468a9ba23f82
Author: Stuart Prescott <stuart at debian.org>
Date:   Wed Jan 3 23:26:22 2018 +1100

    Disable PIE for shared objects
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 8de94c5..27c7381 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@
 export PYBUILD_NAME=sasmodels
 
 # enable additional hardening
-export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie
 
 # opencl needs somewhere to cache compiled objects
 export POCL_CACHE_DIR=$(CURDIR)/.cache/

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sasmodels.git



More information about the debian-science-commits mailing list