[med-svn] [psipred] 02/15: Fixing lintian warnings on fortification.
Andreas Tille
tille at debian.org
Mon Dec 18 20:32:21 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository psipred.
commit 2511527815a6a882502fff63fcbdd833f7d18488
Author: Steffen Moeller <moeller at debian.org>
Date: Fri Aug 3 15:18:05 2012 +0000
Fixing lintian warnings on fortification.
---
debian/patches/Makefile.patch | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/debian/patches/Makefile.patch b/debian/patches/Makefile.patch
index 0bce847..9efc869 100644
--- a/debian/patches/Makefile.patch
+++ b/debian/patches/Makefile.patch
@@ -1,7 +1,7 @@
Index: psipred-3.3/Makefile
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ psipred-3.3/Makefile 2012-08-03 16:23:59.996061035 +0200
++++ psipred-3.3/Makefile 2012-08-03 17:16:38.617293298 +0200
@@ -0,0 +1,4 @@
+
+all %:
@@ -9,8 +9,8 @@ Index: psipred-3.3/Makefile
+
Index: psipred-3.3/src/Makefile
===================================================================
---- psipred-3.3.orig/src/Makefile 2012-08-03 16:04:09.736181254 +0200
-+++ psipred-3.3/src/Makefile 2012-08-03 16:27:02.889586647 +0200
+--- psipred-3.3.orig/src/Makefile 2012-08-03 16:29:20.867720660 +0200
++++ psipred-3.3/src/Makefile 2012-08-03 17:16:51.189122664 +0200
@@ -6,9 +6,9 @@
#### CFLAGS Flags to pass to C compiler.
@@ -19,7 +19,7 @@ Index: psipred-3.3/src/Makefile
+CC = gcc
-CFLAGS = -O
-+CFLAGS = $(shell dpkg-buildflags --get CFLAGS) -Wl,-z,relro
++CFLAGS = -D_FORTIFY_SOURCE=2 $(shell dpkg-buildflags --get CFLAGS) -Wl,-z,relro
LIBS = -lm
all: psipred psipass2 chkparse seq2mtx pfilt
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/psipred.git
More information about the debian-med-commit
mailing list