[osmium] 12/16: Append CPPFLAGS to CXXFLAGS for hardening flags.
Bas Couwenberg
sebastic at xs4all.nl
Mon Jun 9 01:03:08 UTC 2014
This is an automated email from the git hooks/post-receive script.
sebastic-guest pushed a commit to branch master
in repository osmium.
commit 6a223c2d36b845de3df1bf32e3ccc99c10b0dfa3
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Mon Jun 9 01:00:55 2014 +0200
Append CPPFLAGS to CXXFLAGS for hardening flags.
---
debian/changelog | 1 +
debian/rules | 2 ++
2 files changed, 3 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index fa31990..0441b3b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,7 @@ osmium (0.0~20140410-d1d56bedb3-1) UNRELEASED; urgency=medium
(closes: #700614)
* Add build dependencies on boost libraries.
* Drop obsolete patches, refresh remaining patches.
+ * Append CPPFLAGS to CXXFLAGS for hardening flags.
-- Bas Couwenberg <sebastic at xs4all.nl> Sun, 08 Jun 2014 19:07:28 +0200
diff --git a/debian/rules b/debian/rules
index a3bdba3..7ad688f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,8 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+CXXFLAGS += $(CPPFLAGS)
+
%:
dh $@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osmium.git
More information about the Pkg-grass-devel
mailing list