[gmt] 24/29: Use -D_FORTIFY_SOURCE=2 by appending CPPFLAGS to CFLAGS.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Sun Jun 7 18:33:40 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository gmt.
commit ffaf8ddc39ec09be7413bc05f87fcc14002d6803
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sat Jun 6 21:53:50 2015 +0200
Use -D_FORTIFY_SOURCE=2 by appending CPPFLAGS to CFLAGS.
---
debian/rules | 2 ++
1 file changed, 2 insertions(+)
diff --git a/debian/rules b/debian/rules
index 51b938c..c166bd7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,6 +8,8 @@
# CFLAGS += -O2
#endif
+CFLAGS += $(CPPFLAGS)
+
#ifneq (,$(findstring verbose,$(DEB_BUILD_OPTIONS)))
DH_VERBOSE=1
export DH_VERBOSE
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/gmt.git
More information about the Pkg-grass-devel
mailing list