[libafs-pag-perl] 09/33: Drop PIE from hardening flags

Russ Allbery eagle at eyrie.org
Thu Dec 28 02:12:47 UTC 2017


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

rra pushed a commit to branch master
in repository libafs-pag-perl.

commit d991d5ff86ccf3e43c408c794548c8a5c86e20e0
Author: Russ Allbery <rra at stanford.edu>
Date:   Fri Sep 13 00:03:50 2013

    Drop PIE from hardening flags
    
    * Drop PIE from hardening flags.  These don't make sense for a Perl
      module, and hopefully this change will fix build issues on amd64.
---
 debian/changelog | 7 +++++++
 debian/rules     | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 9d4276f..e7ab987 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libafs-pag-perl (1.00-2) unstable; urgency=low
+
+  * Drop PIE from hardening flags.  These don't make sense for a Perl
+    module, and hopefully this change will fix build issues on amd64.
+
+ -- Russ Allbery <rra at debian.org>  Thu, 12 Sep 2013 17:03:47 -0700
+
 libafs-pag-perl (1.00-1) unstable; urgency=low
 
   * Initial version.  (Closes: #722626)
diff --git a/debian/rules b/debian/rules
index b751fd7..f4ff393 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 # Enable compiler hardening flags.
-export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow,+pie
+export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
 
 %:
 	dh $@

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libafs-pag-perl.git



More information about the Pkg-perl-cvs-commits mailing list