[grass] 09/20: Pass CPPFLAGS and LDFLAGS to configure for their hardening flags.
Bas Couwenberg
sebastic at xs4all.nl
Wed Sep 3 22:27:16 UTC 2014
This is an automated email from the git hooks/post-receive script.
sebastic-guest pushed a commit to branch master
in repository grass.
commit fb1f7529f9563e29d3c48cb5d64afc174102a28d
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Thu Aug 21 20:38:15 2014 +0200
Pass CPPFLAGS and LDFLAGS to configure for their hardening flags.
---
debian/changelog | 1 +
debian/rules | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index cd9c929..fac3680 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,7 @@ grass (6.4.4-1) UNRELEASED; urgency=low
* Add myself to Uploaders.
* Use {build,install}-arch targets in rules file.
* Don't use hardening-includes, but dpkg-buildflags only.
+ * Pass CPPFLAGS and LDFLAGS to configure for their hardening flags.
-- M. Hamish Bowman <hamish.webmail at gmail.com> Mon, 11 Aug 2014 18:09:42 +1200
diff --git a/debian/rules b/debian/rules
index 5fffdca..fc72e07 100755
--- a/debian/rules
+++ b/debian/rules
@@ -51,7 +51,7 @@ config.status:
dh_autotools-dev_updateconfig
# Add here commands to configure the package.
- CFLAGS="$(CFLAGS)" ./configure \
+ CFLAGS="$(CFLAGS)" CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" ./configure \
--host=$(DEB_HOST_GNU_TYPE) \
--build=$(DEB_BUILD_GNU_TYPE) \
--prefix=/usr/lib \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/grass.git
More information about the Pkg-grass-devel
mailing list