[SCM] jmeters/master: Don't build with -march=native.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Thu Apr 5 21:48:30 UTC 2012


The following commit has been merged in the master branch:
commit 0e740933424d9fb6b27c905e2c4b4a1eef93a349
Author: Alessio Treglia <alessio at debian.org>
Date:   Thu Apr 5 23:41:53 2012 +0200

    Don't build with -march=native.
    
    Closes: #667649
    Thanks: peter green for the patch.

diff --git a/debian/patches/01-makefile.patch b/debian/patches/01-makefile.patch
index c77d739..389115b 100644
--- a/debian/patches/01-makefile.patch
+++ b/debian/patches/01-makefile.patch
@@ -1,11 +1,11 @@
 Description: Put DESTDIR before PREFIX to set the installation path properly.
- Set prefix properly
+ Set prefix properly.
+ Remove -march=native.
 Author: Jaromír Mikeš <mira.mikes at seznam.cz>
 Forwarded: no
-
 ---
- source/Makefile |   12 ++++++------
- 1 file changed, 6 insertions(+), 6 deletions(-)
+ source/Makefile |   13 ++++++-------
+ 1 file changed, 6 insertions(+), 7 deletions(-)
 
 --- jmeters.orig/source/Makefile
 +++ jmeters/source/Makefile
@@ -20,7 +20,15 @@ Forwarded: no
  SUFFIX := $(shell uname -m | sed -e 's/^unknown/$//' -e 's/^i.86/$//' -e 's/^x86_64/$/64/')
  LIBDIR = lib$(SUFFIX)
  SHARED = $(PREFIX)/share
-@@ -43,10 +43,10 @@ $(JMETERS_O):
+@@ -24,7 +24,6 @@ VERSION = 0.2.1
+ DISTDIR = jmeters-$(VERSION)
+ CPPFLAGS += -DPROGRAM=\"$(PROGRAM)\" -DVERSION=\"$(VERSION)\" -DSHARED=\"$(SHARED)\"
+ CXXFLAGS += -O3 -Wall -MMD -MP
+-CXXFLAGS += -march=native
+ 
+ 
+ all:	jmeters
+@@ -43,10 +42,10 @@ $(JMETERS_O):
  
  
  install:	all

-- 
jmeters packaging



More information about the pkg-multimedia-commits mailing list