[Reproducible-commits] [discount] 65/121: Honour the CPPFLAGS variable too during build
Jérémy Bobbio
lunar at moszumanska.debian.org
Tue Sep 23 20:56:17 UTC 2014
This is an automated email from the git hooks/post-receive script.
lunar pushed a commit to branch pu/reproducible_builds
in repository discount.
commit 8887d07216d695c52c623b63ab429884b3304d89
Author: Alessandro Ghedini <al3xbio at gmail.com>
Date: Fri Mar 9 17:33:06 2012 +0100
Honour the CPPFLAGS variable too during build
---
debian/rules | 2 ++
1 file changed, 2 insertions(+)
diff --git a/debian/rules b/debian/rules
index 842632f..d77625c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,8 @@
%:
dh $@
+CFLAGS += $(dpkg-buildflags --get CPPFLAGS)
+
override_dh_auto_configure:
./configure.sh --shared \
--with-id-anchor \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/discount.git
More information about the Reproducible-commits
mailing list