[SCM] aeolus packaging branch, master, updated. debian/0.8.4-2-1-g649186f

quadrispro-guest at users.alioth.debian.org quadrispro-guest at users.alioth.debian.org
Mon Apr 19 17:12:31 UTC 2010


The following commit has been merged in the master branch:
commit 649186ff0f5356d621e076ceaf61f12bf39f59e5
Author: Alessio Treglia <quadrispro at ubuntu.com>
Date:   Mon Apr 19 19:12:13 2010 +0200

    debian/patches/01-makefile.patch: Remove -march=native option, it is not valid for Debian packages as the results are unpredictable (Closes: #578278).

diff --git a/debian/patches/01-makefile.patch b/debian/patches/01-makefile.patch
index a1af902..eb2edc0 100644
--- a/debian/patches/01-makefile.patch
+++ b/debian/patches/01-makefile.patch
@@ -1,10 +1,12 @@
 Author: Alessio Treglia <quadrispro at ubuntu.com>
 Description: Add DESTDIR, adjust PREFIX and append SONAME to the libraries.
  Plus, fix FTBFS with binutils-gold.
+ Disable -march-native to fix FTBFS.
 Bug: http://bugs.debian.org/553630
+Bug: http://bugs.debian.org/578278
 ---
- source/Makefile |   24 +++++++++++++++---------
- 1 file changed, 15 insertions(+), 9 deletions(-)
+ source/Makefile |   26 ++++++++++++++++----------
+ 1 file changed, 16 insertions(+), 10 deletions(-)
 
 --- aeolus.orig/source/Makefile
 +++ aeolus/source/Makefile
@@ -21,7 +23,8 @@ Bug: http://bugs.debian.org/553630
  VERSION = 0.8.4
  DISTDIR = aeolus-$(VERSION)
  CPPFLAGS += -O3 -Wall -MMD -MP -DVERSION=\"$(VERSION)\" -DLIBDIR=\"$(PREFIX)/$(LIBDIR)\"
- CPPFLAGS += -march=native
+-CPPFLAGS += -march=native
++#CPPFLAGS += -march=native
 +MAJ = 0
 +REL = 0.0
  

-- 
aeolus packaging



More information about the pkg-multimedia-commits mailing list