From 9e9dce32505b2169a54222019417a6e875162642b9bfd0d0daa71df0bac53d63 Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Mon, 15 Dec 2014 11:00:50 +0000 Subject: [PATCH] - do not use -march/-mtune [bnc#904545] OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=226 --- ImageMagick.changes | 5 +++++ ImageMagick.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ImageMagick.changes b/ImageMagick.changes index e3de79f..60c70de 100644 --- a/ImageMagick.changes +++ b/ImageMagick.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Dec 15 10:55:26 UTC 2014 - pgajdos@suse.com + +- do not use -march/-mtune [bnc#904545] + ------------------------------------------------------------------- Tue Nov 18 12:49:50 UTC 2014 - pgajdos@suse.com diff --git a/ImageMagick.spec b/ImageMagick.spec index da3dfc6..72c0032 100644 --- a/ImageMagick.spec +++ b/ImageMagick.spec @@ -279,7 +279,8 @@ automake --with-djvu=yes \ --with-wmf=yes \ --with-rsvg=yes \ - --with-quantum-depth=%{quantum_depth} + --with-quantum-depth=%{quantum_depth} \ + --with-gcc-arch=no # don't build together, PerlMagick could be miscompiled when using parallel build[1] # [1] http://pkgs.fedoraproject.org/cgit/ImageMagick.git/tree/ImageMagick.spec make %{?_smp_mflags} all