[med-svn] [tide] 03/03: Propagate hardening flags
Andreas Tille
tille at debian.org
Thu Oct 1 09:58:21 UTC 2015
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository tide.
commit 607520da1d13376dc64146bbf8c5d764c98c14ad
Author: Andreas Tille <tille at debian.org>
Date: Thu Oct 1 13:57:01 2015 +0200
Propagate hardening flags
---
debian/patches/hardening.patch | 18 ++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 19 insertions(+)
diff --git a/debian/patches/hardening.patch b/debian/patches/hardening.patch
new file mode 100644
index 0000000..da506e8
--- /dev/null
+++ b/debian/patches/hardening.patch
@@ -0,0 +1,18 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Tue, 29 Sep 2015 15:21:50 +0200
+Description: Propagate hardening flags
+
+--- a/Makefile
++++ b/Makefile
+@@ -54,9 +54,9 @@ $(BINDIR)/results \
+ OPTIONS+=-I./protoobj
+
+ ifeq (i686, $(ARCH))
+-LDFLAGS=-lprotobuf -lgflags -lpthread -lm #-ltcmalloc -lprofiler
++LDFLAGS+=-lprotobuf -lgflags -lpthread -lm #-ltcmalloc -lprofiler
+ else
+-LDFLAGS=-lprotobuf -lgflags -lpthread -lm #-ltcmalloc -lprofiler
++LDFLAGS+=-lprotobuf -lgflags -lpthread -lm #-ltcmalloc -lprofiler
+ endif
+
+ ifeq (y, $(STATIC:Y=y))
diff --git a/debian/patches/series b/debian/patches/series
index 1ad11fc..2f17564 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
gcc-5.patch
+hardening.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/tide.git
More information about the debian-med-commit
mailing list