[libspatialindex] 02/03: Enable bindnow hardening buildflags.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Sun Apr 17 16:46:17 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository libspatialindex.
commit 60e21c0187dfbcfbc61796642e5670339ea868ea
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sun Apr 17 18:28:24 2016 +0200
Enable bindnow hardening buildflags.
---
debian/changelog | 1 +
debian/rules | 3 +++
2 files changed, 4 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index c8fdfc0..9506b0c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
spatialindex (1.8.5-4) UNRELEASED; urgency=medium
* Bump Standards-Version to 3.9.8, no changes.
+ * Enable bindnow hardening buildflags.
-- Bas Couwenberg <sebastic at debian.org> Sun, 17 Apr 2016 18:17:58 +0200
diff --git a/debian/rules b/debian/rules
index 4a11303..bf48356 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,9 @@
# This has to be exported to make some magic below work.
export DH_OPTIONS
+# Enable hardening build flags
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
+
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