This is an automated email from the git hooks/post-receive script. sascha-guest pushed a commit to branch master in repository spades.
commit 6fd8c3026239987409e4192aa57335c7e7d12e25 Author: Sascha Steinbiss <[email protected]> Date: Sat Feb 6 21:30:06 2016 +0000 add Cmake hardening flags --- debian/rules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/rules b/debian/rules index 79de6d0..0098325 100755 --- a/debian/rules +++ b/debian/rules @@ -2,6 +2,10 @@ # DH_VERBOSE := 1 +CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS) +CFLAGS:=$(shell dpkg-buildflags --get CFLAGS) $(CPPFLAGS) +CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS) $(CPPFLAGS) +LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS) DEBPKGNAME := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}') TMPDIR := $(CURDIR)/install_spades -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/spades.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
