[med-svn] r18724 - in trunk/packages/vsearch/trunk/debian: . patches

Andreas Tille tille at moszumanska.debian.org
Mon Feb 2 06:56:56 UTC 2015


Author: tille
Date: 2015-02-02 06:56:55 +0000 (Mon, 02 Feb 2015)
New Revision: 18724

Added:
   trunk/packages/vsearch/trunk/debian/patches/fix_optimisation_flags.patch
Modified:
   trunk/packages/vsearch/trunk/debian/changelog
   trunk/packages/vsearch/trunk/debian/patches/series
Log:
Do not use -mss2 flag (related to bug #776812)


Modified: trunk/packages/vsearch/trunk/debian/changelog
===================================================================
--- trunk/packages/vsearch/trunk/debian/changelog	2015-02-02 06:41:04 UTC (rev 18723)
+++ trunk/packages/vsearch/trunk/debian/changelog	2015-02-02 06:56:55 UTC (rev 18724)
@@ -2,6 +2,7 @@
 
   * New upstream version
   * debian/README.source: Add proper information for data files
+  * drop -msse2 flag
 
  -- Andreas Tille <tille at debian.org>  Mon, 02 Feb 2015 07:40:07 +0100
 

Added: trunk/packages/vsearch/trunk/debian/patches/fix_optimisation_flags.patch
===================================================================
--- trunk/packages/vsearch/trunk/debian/patches/fix_optimisation_flags.patch	                        (rev 0)
+++ trunk/packages/vsearch/trunk/debian/patches/fix_optimisation_flags.patch	2015-02-02 06:56:55 UTC (rev 18724)
@@ -0,0 +1,27 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Changed: Mon, 02 Feb 2015 07:40:07 +0100
+Bugs-Debian: http://bugs.debian.org/776812
+Description: Drop -msse2 flag
+
+--- a/src/Makefile.BZLIB
++++ b/src/Makefile.BZLIB
+@@ -27,7 +27,7 @@ WARN=-Wall -Wsign-compare
+ #WARN=-Weverything
+ 
+ CXX=g++
+-CXXFLAGS=-O3 -DHAVE_BZLIB -msse2 -mtune=core2 -Icityhash $(WARN) $(PROFILING)
++CXXFLAGS=-O3 -DHAVE_BZLIB -mtune=core2 -Icityhash $(WARN) $(PROFILING)
+ LINKFLAGS=$(PROFILING)
+ LIBS=-lpthread -lbz2
+ 
+--- a/src/Makefile.ZLIB
++++ b/src/Makefile.ZLIB
+@@ -27,7 +27,7 @@ WARN=-Wall -Wsign-compare
+ #WARN=-Weverything
+ 
+ CXX=g++
+-CXXFLAGS=-O3 -DHAVE_ZLIB -msse2 -mtune=core2 -Icityhash $(WARN) $(PROFILING)
++CXXFLAGS=-O3 -DHAVE_ZLIB -mtune=core2 -Icityhash $(WARN) $(PROFILING)
+ LINKFLAGS=$(PROFILING)
+ LIBS=-lpthread -lz
+ 

Modified: trunk/packages/vsearch/trunk/debian/patches/series
===================================================================
--- trunk/packages/vsearch/trunk/debian/patches/series	2015-02-02 06:41:04 UTC (rev 18723)
+++ trunk/packages/vsearch/trunk/debian/patches/series	2015-02-02 06:56:55 UTC (rev 18724)
@@ -1 +1,2 @@
+fix_optimisation_flags.patch
 hardening.patch




More information about the debian-med-commit mailing list