[freeciv] 06/09: Build without hardening build flag -pie.

Markus Koschany apo-guest at moszumanska.debian.org
Wed Aug 19 12:51:37 UTC 2015


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

apo-guest pushed a commit to branch master
in repository freeciv.

commit 507e2f46d329a0551589a0021af13e1590093e3b
Author: Markus Koschany <apo at gambaru.de>
Date:   Wed Aug 19 13:23:34 2015 +0200

    Build without hardening build flag -pie.
    
    This is a workaround for http://gna.org/bugs/?23797
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index ad364bd..eed679b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
 #export DH_VERBOSE=1
 
 # Export all hardening build flags
-export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie
 
 # Avoid useless dependencies
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/freeciv.git



More information about the Pkg-games-commits mailing list