[Debian-astro-commits] [cspice] 35/48: d/rules: Relax hardening, from all to bindnow

Rock Storm rockstorm-guest at moszumanska.debian.org
Thu Dec 15 21:32:08 UTC 2016


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

rockstorm-guest pushed a commit to branch debian
in repository cspice.

commit 95e047120236f9b9be77090f90ab9bea9db0bf39
Author: Rock Storm <rockstorm at gmx.com>
Date:   Mon Nov 21 17:01:23 2016 +0100

    d/rules: Relax hardening, from all to bindnow
    
    hardening=+all adds -pie option for the i386 architecture which
    conflicts with the creation of the shared library.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 46557ad..736672f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@
 
 
 # see FEATURE AREAS in dpkg-buildflags(1)
-export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
 
 # see ENVIRONMENT in dpkg-buildflags(1)
 # package maintainers to append CFLAGS

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



More information about the Debian-astro-commits mailing list