[opencv] 02/02: Do not forcefully disable PIE anymore, -pie changed meaning

Mattia Rizzolo mattia at debian.org
Mon Apr 3 16:35:20 UTC 2017


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

mattia pushed a commit to branch master
in repository opencv.

commit f0f8fbd41a3735d2759284102376ee37b642bb25
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Mon Apr 3 18:26:31 2017 +0200

    Do not forcefully disable PIE anymore, -pie changed meaning
    
    Also remove +fortify, as that's on by default anyway
    
    Closes: #859440
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index de95ba7..7c172dc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie,+fortify
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)

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



More information about the debian-science-commits mailing list