[gnuplot] 02/03: Do not forcefully disable PIE anymore as -pie changed meaning.

Mattia Rizzolo mattia at debian.org
Mon Apr 3 21:07:45 UTC 2017


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

mattia pushed a commit to branch master
in repository gnuplot.

commit 9be6254f616077b32c0f4b3e073d3415a807858a
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Mon Apr 3 22:57:31 2017 +0200

    Do not forcefully disable PIE anymore as -pie changed meaning.
    
    Closes: #859370
    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 ad535ca..c86c30b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 %:
 	dh $@ --parallel
 
-export DEB_BUILD_MAINT_OPTIONS := hardening=+all,-pie
+export DEB_BUILD_MAINT_OPTIONS := hardening=+all
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 # Tell compiler where should find lua headers

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



More information about the debian-science-commits mailing list