[libspatialindex] 03/06: Enable PIE hardening buildflags.
Bas Couwenberg
sebastic at debian.org
Sun Jun 25 17:31:52 UTC 2017
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository libspatialindex.
commit 8419b594ce954ce2e63ed52fec1f36f8a35f89f0
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sun Jun 25 19:00:23 2017 +0200
Enable PIE hardening buildflags.
---
debian/changelog | 1 +
debian/rules | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 4a085ba..199411f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ spatialindex (1.8.5-5) UNRELEASED; urgency=medium
* Bump Standards-Version to 4.0.0, no changes.
* Add autopkgtest to test installability.
+ * Enable PIE hardening buildflags.
-- Bas Couwenberg <sebastic at debian.org> Sun, 25 Jun 2017 19:00:01 +0200
diff --git a/debian/rules b/debian/rules
index bf48356..0309bcc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@
export DH_OPTIONS
# Enable hardening build flags
-export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
SPATIALINDEX_VERSION = $(shell dpkg-parsechangelog | sed -ne 's/^Version: \(.*\)-.*/\1/p' | sed -e 's/\+.*//; s/^[0-9]://')
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/libspatialindex.git
More information about the Pkg-grass-devel
mailing list