[opencv] 01/02: Do not forcefully disable PIE anymore, -pie changed meaning
Mattia Rizzolo
mattia at debian.org
Mon Apr 3 16:35:21 UTC 2017
This is an automated email from the git hooks/post-receive script.
mattia pushed a commit to branch stretch
in repository opencv.
commit b4a6fd68fccf9536eb49da88ec56ac6385d00791
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 15f9328..72249e2 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