[osmpbf] 16/16: Append CPPFLAGS to CXXFLAGS for fortify-functions.

Bas Couwenberg sebastic at xs4all.nl
Tue Mar 11 23:42:14 UTC 2014


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

sebastic-guest pushed a commit to branch debian
in repository osmpbf.

commit 747dbf6e4e1d60938a9dfa86dbb17cfc72cca03e
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Wed Mar 12 00:32:03 2014 +0100

    Append CPPFLAGS to CXXFLAGS for fortify-functions.
---
 debian/changelog | 1 +
 debian/rules     | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 99d9a58..28c7889 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ osmpbf (1.3.1-1) UNRELEASED; urgency=medium
   * Use ant buildsystem for java library.
   * Enable parallel builds.
   * Drop 00-fix_build_flags.patch, no longer required.
+  * Append CPPFLAGS to CXXFLAGS for fortify-functions.
 
  -- Bas Couwenberg <sebastic at xs4all.nl>  Wed, 12 Mar 2014 00:04:57 +0100
 
diff --git a/debian/rules b/debian/rules
index e3c685e..5492959 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 $@ --buildsystem makefile --parallel
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osmpbf.git



More information about the Pkg-grass-devel mailing list