[med-svn] r11984 - trunk/packages/psipred/trunk/debian/patches
Steffen Möller
moeller at alioth.debian.org
Fri Aug 3 15:18:05 UTC 2012
Author: moeller
Date: 2012-08-03 15:18:05 +0000 (Fri, 03 Aug 2012)
New Revision: 11984
Modified:
trunk/packages/psipred/trunk/debian/patches/Makefile.patch
Log:
Fixing lintian warnings on fortification.
Modified: trunk/packages/psipred/trunk/debian/patches/Makefile.patch
===================================================================
--- trunk/packages/psipred/trunk/debian/patches/Makefile.patch 2012-08-03 14:32:48 UTC (rev 11983)
+++ trunk/packages/psipred/trunk/debian/patches/Makefile.patch 2012-08-03 15:18:05 UTC (rev 11984)
@@ -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/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 @@
+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
More information about the debian-med-commit
mailing list