[med-svn] r15901 - trunk/packages/bitseq/trunk/debian/patches

Andreas Tille tille at moszumanska.debian.org
Thu Jan 30 19:10:12 UTC 2014


Author: tille
Date: 2014-01-30 19:10:12 +0000 (Thu, 30 Jan 2014)
New Revision: 15901

Added:
   trunk/packages/bitseq/trunk/debian/patches/hardening.patch
Log:
patch was missing from svn


Added: trunk/packages/bitseq/trunk/debian/patches/hardening.patch
===================================================================
--- trunk/packages/bitseq/trunk/debian/patches/hardening.patch	                        (rev 0)
+++ trunk/packages/bitseq/trunk/debian/patches/hardening.patch	2014-01-30 19:10:12 UTC (rev 15901)
@@ -0,0 +1,17 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Change: Wed, 01 Jan 2014 19:04:47 +0100
+Description: Propagate hardening options
+
+--- BitSeq-0.7.0.orig/Makefile
++++ BitSeq-0.7.0/Makefile
+@@ -6,8 +6,8 @@
+ 
+ 
+ COFLAGS = $(ARCH) -O2 -pipe
+-CXXFLAGS = -DBS_VERSION=\"$(VERSION)\" -Wall $(COFLAGS)
+-LDFLAGS = -Wl,-gc-sections
++CXXFLAGS += -DBS_VERSION=\"$(VERSION)\" -Wall $(COFLAGS)
++LDFLAGS += -Wl,-gc-sections
+ BOOSTFLAGS = -I .
+ OPENMP = -fopenmp -DSUPPORT_OPENMP
+ 




More information about the debian-med-commit mailing list