[med-svn] [parsinsert] 05/15: Propagate hardening options
Andreas Tille
tille at debian.org
Tue Aug 22 11:07:12 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository parsinsert.
commit 84c38242bccc754eaff1cefe353b9383fa724250
Author: Andreas Tille <tille at debian.org>
Date: Thu Feb 27 17:32:56 2014 +0000
Propagate hardening options
---
debian/patches/hardening.patch | 15 +++++++++++++++
debian/patches/series | 1 +
2 files changed, 16 insertions(+)
diff --git a/debian/patches/hardening.patch b/debian/patches/hardening.patch
new file mode 100644
index 0000000..0cde032
--- /dev/null
+++ b/debian/patches/hardening.patch
@@ -0,0 +1,15 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Thu, 27 Feb 2014 16:50:26 +0000
+Description: Propagate hardening options
+
+--- a/makefile
++++ b/makefile
+@@ -31,7 +31,7 @@ test: $(TEST_OBJECTS)
+ Knox_Stddef.o: Knox_Stddef.cpp Knox_Stddef.h
+
+ $(PROGRAM): $(OBJECTS)
+- $(CC) $(CFLAG) -o $(PROGRAM) $(OBJECTS) $(LIBS)
++ $(CC) $(CFLAG) -o $(PROGRAM) $(OBJECTS) $(LIBS) $(LDFLAGS)
+
+ TEST_DIR = ./TestData
+ test_short = short1000_NAST
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..814900f
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+hardening.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/parsinsert.git
More information about the debian-med-commit
mailing list