[osrm] 19/22: Enable all hardening buildflags.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Fri Apr 29 22:44:15 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository osrm.
commit b6658814f1ef0ce0631239dfa3566ff4a1701342
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sat Apr 30 00:27:45 2016 +0200
Enable all hardening buildflags.
---
debian/changelog | 1 +
debian/rules | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index dc0d363..827655b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ osrm (5.0.2+ds0-1) UNRELEASED; urgency=medium
* Update copyright years for Project OSRM contributors.
* Repack upstream tarballs to exclude embedded copy of libosmium.
* Use libmapbox-variant-dev instead of embedded copy.
+ * Enable all hardening buildflags.
-- Bas Couwenberg <sebastic at debian.org> Fri, 29 Apr 2016 23:13:45 +0200
diff --git a/debian/rules b/debian/rules
index 69142e0..abb1e2d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,7 @@
#!/usr/bin/make -f
-export DEB_BUILD_HARDENING=1
+# Enable hardening build flags
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%:
dh $@ --parallel --with=systemd
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osrm.git
More information about the Pkg-grass-devel
mailing list